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
|
(defsystem :clark
|
||||||
:name "CLark"
|
:name "CLark"
|
||||||
:author "Tom Willemsen <tom@ryuslash.org>"
|
:author "Tom Willemsen <tom@ryuslash.org>"
|
||||||
:version "0.1.0"
|
:version "0.1.1"
|
||||||
:maintainer "Tom Willemsen <tom@ryuslash.org>"
|
:maintainer "Tom Willemsen <tom@ryuslash.org>"
|
||||||
:description "Keep bookmarks, in lisp."
|
:description "Keep bookmarks, in lisp."
|
||||||
:serial t
|
:serial t
|
||||||
|
|
|
@ -70,7 +70,7 @@ the help command."
|
||||||
(*exit-status* ,code))
|
(*exit-status* ,code))
|
||||||
,@body))
|
,@body))
|
||||||
|
|
||||||
(defconstant version "0.1.0"
|
(defconstant version "0.1.1"
|
||||||
"Clark's version.")
|
"Clark's version.")
|
||||||
|
|
||||||
(defun add-tags (url-or-id tags)
|
(defun add-tags (url-or-id tags)
|
||||||
|
|
Loading…
Reference in a new issue