Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
immoh committed Apr 22, 2019
1 parent 942ee99 commit ad697f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ and Leiningen plugin [lein-nsorg](https://github.com/immoh/lein-nsorg).
You can try it out with this one liner:

```
$ clojure -Sdeps '{:deps {nsorg-cli {:mvn/version "0.3.0-SNAPSHOT"}}}' -m nsorg.cli
$ clojure -Sdeps '{:deps {nsorg-cli {:mvn/version "0.3.0"}}}' -m nsorg.cli
```


Or add it as an alias in your `deps.edn` file:

```clj
{:aliases {:nsorg {:extra-deps {nsorg-cli {:mvn/version "0.3.0-SNAPSHOT"}}
{:aliases {:nsorg {:extra-deps {nsorg-cli {:mvn/version "0.3.0"}}
:main-opts ["-m" "nsorg.cli"]}}}
```
and run it with:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nsorg-cli "0.3.0-SNAPSHOT"
(defproject nsorg-cli "0.3.0"
:description "Command line tool for organizing ns form"
:url "https://github.com/immoh/nsorg-cli"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ad697f5

Please sign in to comment.