version bump

This commit is contained in:
2020-01-31 17:31:06 +01:00
parent 14d25abc35
commit e55dc7556d
3 changed files with 8 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
(doc CLI "is a simple CLI library for Carp.
```clojure
(load \"https://veitheller.de/git/carpentry/cli@0.0.2\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.5\")
(defn main []
(let [p (=> (CLI.new @\"My super cool tool!\")
@@ -21,7 +21,7 @@
## Installation
```clojure
(load \"https://veitheller.de/git/carpentry/cli@0.0.2\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.5\")
```
## Usage