summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--imbricate-run.asd2
-rw-r--r--imbricate.asd2
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")))