Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prep for 0.4.1 release.
  • Loading branch information
tobias committed Dec 19, 2012
1 parent 0527d55 commit 19097c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ Just drop the following into your plug-in’s `project.clj`:
(defproject lein-tau "6.283"
:name "The π is a lie!"
// other stuff
:dependecies [[leinjacker "0.4.0"]
:dependecies [[leinjacker "0.4.1"]
// more deps
])
````
Expand All @@ -71,6 +71,7 @@ If you ever find yourself writing the same generic code in more than one of your
* Phil Hagelberg
* David Greenberg
* Justin Balthrop
* Anthony Grimes

## License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject leinjacker "0.5.0-SNAPSHOT"
(defproject leinjacker "0.4.1"
:description "A library for Leiningen plug-in authors."
:url "https://github.com/sattvik/leinjacker"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 19097c6

Please sign in to comment.