Skip to content

Commit 03b86fc

Browse files
committed
chore: bump version from 0.2.0 to 0.4.0
1 parent dbc59f8 commit 03b86fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp-inference.asd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:description "An Inference Engine using Propositional Calculus"
99
:author "Manoel Vilela <manoel_vilela@engineer.com>"
1010
:license "BSD"
11-
:version "0.2.0"
11+
:version "0.4.0"
1212
:serial t
1313
:pathname "src"
1414
:components ((:file "package")
@@ -26,7 +26,7 @@
2626
:description "An web interface for Lisp Inference Truth Table"
2727
:author "Manoel Vilela <manoel_vilela@engineer.com>"
2828
:license "BSD"
29-
:version "0.2.0"
29+
:version "0.4.0"
3030
:serial t
3131
:depends-on (:lisp-inference
3232
:40ants-routes ;; implicit dependency of reblocks
@@ -42,7 +42,7 @@
4242
:description "Lisp Inference Tests"
4343
:author "Manoel Vilela <manoel_vilela@engineer.com>"
4444
:license "BSD"
45-
:version "0.2.0"
45+
:version "0.4.0"
4646
:serial t
4747
:pathname "t"
4848
:depends-on (:lisp-inference :rove)

0 commit comments

Comments
 (0)