aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-16 17:35:50 -0600
committerColin Okay <okay@toyful.space>2022-02-16 17:35:50 -0600
commit65963eeef5afea104d5a94a99851e6eb79acd101 (patch)
treebf1dcf1b739a07958feb8df651ebaf31c25362a9
parent4e2d9a3a85f281c45f7036ae62430bf0cc909a11 (diff)
patch version bumps
-rw-r--r--lazybones-hunchentoot.asd2
-rw-r--r--lazybones.asd2
2 files changed, 2 insertions, 2 deletions
diff --git a/lazybones-hunchentoot.asd b/lazybones-hunchentoot.asd
index c8a6a0f..c44e927 100644
--- a/lazybones-hunchentoot.asd
+++ b/lazybones-hunchentoot.asd
@@ -4,7 +4,7 @@
:description "hunchentoot backend for lazybones"
:author "Colin Okay <okay@toyful.space>"
:license "AGPLv3"
- :version "0.1.1"
+ :version "0.1.2"
:serial t
:depends-on (#:hunchentoot #:lazybones)
:components ((:file "lazybones-hunchentoot")))
diff --git a/lazybones.asd b/lazybones.asd
index 86bb4ae..f5d819e 100644
--- a/lazybones.asd
+++ b/lazybones.asd
@@ -4,7 +4,7 @@
:description "http route handling"
:author "Colin Okay <okay@toyful.space>"
:license "AGPLv3"
- :version "0.6.0"
+ :version "0.6.1"
:serial t
:depends-on (#:alexandria
#:str