Skip to content

Commit db50c8c

Browse files
Update to 0.9.4
1 parent c376621 commit db50c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp-unit2.asd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
(defsystem :lisp-unit2
55
:description "Common Lisp library that supports unit testing."
6-
:version "0.9.3"
6+
:version "0.9.4"
77
:author "Russ Tyndall <[email protected]>, Acceleration.net,
88
Thomas M. Hermann <[email protected]>"
99
:license "MIT"
@@ -24,7 +24,7 @@
2424

2525
(defsystem :lisp-unit2-test
2626
:description "Tests for lisp-unit2 "
27-
:version "0.9.3"
27+
:version "0.9.4"
2828
:author "Russ Tyndall <[email protected]>, Acceleration.net,
2929
Thomas M. Hermann <[email protected]>"
3030
:license "MIT"

0 commit comments

Comments
 (0)