From 65963eeef5afea104d5a94a99851e6eb79acd101 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 16 Feb 2022 17:35:50 -0600 Subject: patch version bumps --- lazybones-hunchentoot.asd | 2 +- lazybones.asd | 2 +- 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 " :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 " :license "AGPLv3" - :version "0.6.0" + :version "0.6.1" :serial t :depends-on (#:alexandria #:str -- cgit v1.2.3