Skip to content

Commit

Permalink
update lein-colortest plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhmale committed Oct 5, 2015
1 parent 3f1698f commit 81e8696
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 @@ -8,15 +8,15 @@ A Leiningen plugin to work with [acolfut](https://github.com/zjhmale/acolfut).

* Use this for user-level plugins:

Put `[lein-colortest "0.1.0"]` in `~/.lein/profiles.clj`.
Put `[lein-colortest "0.3.0"]` in `~/.lein/profiles.clj`.

```clojure
{:user {:plugins [[lein-colortest "0.1.0"]]}}
{:user {:plugins [[lein-colortest "0.3.0"]]}}
```

* Use this for project-level plugins:

Put `[lein-colortest "0.1.0"]` into the `:plugins` vector of your `project.clj`.
Put `[lein-colortest "0.3.0"]` into the `:plugins` vector of your `project.clj`.

* work with acolfut

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-colortest "0.1.0"
(defproject lein-colortest "0.3.0"
:description "a leiningen plugin to work with acolfut"
:url "https://github.com/zjhmale/lein-colortest"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 81e8696

Please sign in to comment.