Skip to content

Commit

Permalink
Raising version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlbr committed Jul 31, 2017
1 parent e63db77 commit 1672363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marshal-tests.asd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(asdf:defsystem #:marshal-tests
:description "marshal: Simple (de)serialization of Lisp datastructures."
:author "Michael Wolber <[email protected]>"
:version "1.2"
:version "1.3"
:licence "MIT"
:depends-on (#:xlunit #:marshal)
:serial t
Expand Down
2 changes: 1 addition & 1 deletion marshal.asd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(asdf:defsystem :marshal
:description "marshal: Simple (de)serialization of Lisp datastructures."
:author "Michael Wolber <[email protected]>"
:version "1.2"
:version "1.3"
:licence "MIT"
:serial t
:components ((:file "package")
Expand Down

0 comments on commit 1672363

Please sign in to comment.