Skip to content

Commit

Permalink
Increment version number for previous commit. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
belambert committed Dec 29, 2017
1 parent 9f7e5cc commit 620cd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edit-distance-test.asd
Expand Up @@ -3,7 +3,7 @@
(asdf:defsystem "edit-distance-test"
:name "edit-distance-test"
:description "Computing edit distance"
:version "0.1.1"
:version "1.0.0"
:author "Ben Lambert <belambert@mac.com>"
:license "CC-BY-4.0"
:serial t
Expand Down
2 changes: 1 addition & 1 deletion edit-distance.asd
Expand Up @@ -3,7 +3,7 @@
(asdf:defsystem "edit-distance"
:name "edit-distance"
:description "Compute edit distance between sequences."
:version "0.1.1"
:version "1.0.0"
:author "Ben Lambert <belambert@mac.com>"
:license "CC-BY-4.0"
:serial t
Expand Down

0 comments on commit 620cd5c

Please sign in to comment.