Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Jones committed Mar 19, 2012
1 parent 7561651 commit 41cdcb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,13 +7,13 @@ A leiningen plugin to make running tests written using [expectations](https://gi
In your project.clj:

```clojure
:dev-dependencies [[lein-expectations "0.0.1"]]
:dev-dependencies [[lein-expectations "0.0.2"]]
```

or install as a plugin:

```bash
$ lein plugin install lein-expectations "0.0.1"
$ lein plugin install lein-expectations "0.0.2"
```

To run all your tests:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-expectations "0.0.2-SNAPSHOT"
(defproject lein-expectations "0.0.2"
:description "Leiningen plugin to run tests written using the expectations library."
:dependencies [[org.clojure/clojure "1.2.1"]]
:eval-in-leiningen true
Expand Down

0 comments on commit 41cdcb2

Please sign in to comment.