Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Neufeld committed Oct 28, 2013
1 parent d20e3a5 commit 65f95f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Special thanks to contributors [@xsc](https://github.com/xsc) and [@seancorfield
Put the following into the `:plugins` vector of the `:user` profile in your `~/.lein/profiles.clj`:

```clojure
[lein-try "0.4.0"]
[lein-try "0.4.1"]
```

This plugin requires Leiningen >= 2.1.3.
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 lein-try "0.4.1-SNAPSHOT"
(defproject lein-try "0.4.1"
:description "Try out libraries without adding them as dependencies"
:url "https://github.com/rkneufeld/lein-try"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 65f95f7

Please sign in to comment.