diff options
| author | Matus Goljer <matus.goljer@gmail.com> | 2023-03-01 21:44:55 +0100 |
|---|---|---|
| committer | Matus Goljer <matus.goljer@gmail.com> | 2023-03-01 21:44:55 +0100 |
| commit | d4869d260f22d13a9a71327a6d40edc6980d022e (patch) | |
| tree | 3c6d67f864305baae9e3b672e4ea0f7ba3b664f7 | |
| parent | a62f0d64539a15a4f935c452cf27e657bf61af0d (diff) | |
fix: fix versionexternals/trinary
| -rw-r--r-- | Cask | 2 | ||||
| -rw-r--r-- | Eask | 2 | ||||
| -rw-r--r-- | trinary.el | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ (source melpa) (source gnu) -(package "trinary" "1.0.0" "Trinary logic.") +(package "trinary" "1.2.1" "Trinary logic.") (development (depends-on "dash") @@ -1,4 +1,4 @@ -(package "trinary" "1.0.0" "Trinary logic.") +(package "trinary" "1.2.1" "Trinary logic.") (website-url "https://github.com/emacs-elsa/trinary-logic") (keywords "languages") @@ -4,7 +4,7 @@ ;; Author: Matúš Goljer <matus.goljer@gmail.com> ;; Maintainer: Matúš Goljer <matus.goljer@gmail.com> -;; Version: 1.0.0 +;; Version: 1.2.1 ;; Created: 25th August 2018 ;; Package-requires: ((emacs "24")) ;; Keywords: languages |
