Skip to content

Commit

Permalink
Bump version number to 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlowe-net committed May 27, 2015
1 parent c527ab1 commit 8abe754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cl-postgres+local-time.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defsystem #:cl-postgres+local-time
:name "cl-postgres+local-time"
:version "1.0.5"
:version "1.0.6"
:author "Daniel Lowe <dlowe@dlowe.net>"
:description "Integration between cl-postgres and local-time"
:depends-on (:cl-postgres :local-time)
Expand Down
2 changes: 1 addition & 1 deletion local-time.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defsystem #:local-time
:name "local-time"
:version "1.0.5"
:version "1.0.6"
:author "Daniel Lowe <dlowe@dlowe.net>"
:description "A library for manipulating dates and times, based on a paper by Erik Naggum"
:depends-on (:cl-fad)
Expand Down
2 changes: 1 addition & 1 deletion local-time.test.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defsystem :local-time.test
:name "local-time.test"
:version "1.0.5"
:version "1.0.6"
:author "Daniel Lowe <dlowe@dlowe.net>"
:description "Testing code for the local-time library"
:depends-on (:stefil
Expand Down

0 comments on commit 8abe754

Please sign in to comment.