Bump version to v0.1.1

This commit is contained in:
Tom Willemsen 2013-04-07 03:53:07 +02:00
parent 504949ebc6
commit 0ab12f6f71
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
(defsystem :clark
:name "CLark"
:author "Tom Willemsen <tom@ryuslash.org>"
:version "0.1.0"
:version "0.1.1"
:maintainer "Tom Willemsen <tom@ryuslash.org>"
:description "Keep bookmarks, in lisp."
:serial t

View file

@ -70,7 +70,7 @@ the help command."
(*exit-status* ,code))
,@body))
(defconstant version "0.1.0"
(defconstant version "0.1.1"
"Clark's version.")
(defun add-tags (url-or-id tags)