diff options
author | Colin Okay <cbeok@protonmail.com> | 2022-01-29 08:12:03 -0600 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2022-01-29 08:12:03 -0600 |
commit | c1546994aa54c178ad069188e67dab0c3fc82283 (patch) | |
tree | 05043ac68f05506ba3d505a98255666fd15a467b | |
parent | f6abe28d62f8e84ab8b302980be889b32fa58d3d (diff) |
minor version bump -- using clpm to build, software unchanged
-rw-r--r-- | imbricate-run.asd | 2 | ||||
-rw-r--r-- | imbricate.asd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/imbricate-run.asd b/imbricate-run.asd index 7149784..abc25f8 100644 --- a/imbricate-run.asd +++ b/imbricate-run.asd @@ -3,7 +3,7 @@ :description "cli tool for imbricate" :author "colin okay <cbeok@protonmail.com>" :license "AGPL-3.0" - :version "0.1.0" + :version "0.2.0" :serial t :depends-on (#:imbricate ) :components ((:file "run"))) diff --git a/imbricate.asd b/imbricate.asd index d0560ac..0313141 100644 --- a/imbricate.asd +++ b/imbricate.asd @@ -4,7 +4,7 @@ :description "Makes tilesheets" :author "colin okay <cbeok@protonmail.com>" :license "AGPL-3.0" - :version "0.1.0" + :version "0.2.0" :serial t :depends-on (#:uiop #:opticl) :components ((:file "imbricate"))) |