Skip to content

Commit

Permalink
bump to 1.0.1 for bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pnathan committed May 2, 2015
1 parent a20cad3 commit 82afaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generic-comparability.asd
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

(asdf:defsystem #:generic-comparability
:description "CDR-8 implementation"
:version "1.0"
:version "1.0.1"
:depends-on (#:alexandria)
:license "LLGPL"
:author "Paul Nathan"
:components ((:file "generic-comparability")))

(asdf:defsystem #:generic-comparability-test
:description "Generic-Comparability test suite"
:version "1.0"
:version "1.0.1"
:depends-on (#:alexandria
#:fiveam)
:license "LLGPL"
Expand Down

0 comments on commit 82afaff

Please sign in to comment.