Skip to content

Commit 0b6ba4f

Browse files
committed
Bump version to 0.2.0
1 parent 618fdb6 commit 0b6ba4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp-inference.asd

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:description "An Inference Engine using Propositional Calculus"
99
:author "Manoel Vilela <[email protected]>"
1010
:license "BSD"
11-
:version "0.1.0"
11+
:version "0.2.0"
1212
:serial t
1313
:pathname "src"
1414
:components ((:file "package")
@@ -25,7 +25,7 @@
2525
:description "Lisp Inference Test Suit"
2626
:author "Manoel Vilela <[email protected]>"
2727
:license "BSD"
28-
:version "0.1.0"
28+
:version "0.2.0"
2929
:serial t
3030
:pathname "t"
3131
:depends-on (:lisp-inference :prove)

0 commit comments

Comments
 (0)