Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Mar 10, 2020
1 parent e21c782 commit a3264fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -13,13 +13,13 @@ clj-sub-command is available as a Maven artifact from [Clojars](https://clojars.
Clojure CLI/deps.edn:

```clojure
clj-sub-command {:mvn/version "0.5.1"}
clj-sub-command {:mvn/version "0.6.0"}
```

Leiningen/Boot:

```clojure
[clj-sub-command "0.5.1"]
[clj-sub-command "0.6.0"]
```

## Usage
Expand Down Expand Up @@ -187,6 +187,6 @@ recommended for parsing the rest arguments.

## License

Copyright © 2013-2019 Toshiki Takeuchi
Copyright © 2013-2020 Toshiki Takeuchi

Distributed under the [Eclipse Public License](LICENSE), the same as Clojure.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clj-sub-command "0.6.0-SNAPSHOT"
(defproject clj-sub-command "0.6.0"
:description "A simple subcommand parser for Clojure"
:url "https://github.com/totakke/clj-sub-command"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit a3264fd

Please sign in to comment.