diff --git a/README.md b/README.md index 278e9b0..907225c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple CLI library for Carp. ```clojure -(load "https://veitheller.de/git/carpentry/cli@master") +(load "https://veitheller.de/git/carpentry/cli@0.0.2") (defn main [] (let [p (=> (CLI.new @"My super cool tool!") @@ -18,7 +18,7 @@ A simple CLI library for Carp. ## Installation ```clojure -(load "https://veitheller.de/git/carpentry/cli@master") +(load "https://veitheller.de/git/carpentry/cli@0.0.2") ``` ## Usage diff --git a/cli.carp b/cli.carp index 2ea213c..9b7e15b 100644 --- a/cli.carp +++ b/cli.carp @@ -6,7 +6,7 @@ (doc CLI "is a simple CLI library for Carp. ```clojure -(load \"https://veitheller.de/git/carpentry/cli@0.0.1\") +(load \"https://veitheller.de/git/carpentry/cli@0.0.2\") (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.1\") +(load \"https://veitheller.de/git/carpentry/cli@0.0.2\") ``` ## Usage