Bump version to v0.1.1
This commit is contained in:
parent
504949ebc6
commit
0ab12f6f71
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue