Skip to content

Commit

Permalink
Prep for 0.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Nov 20, 2012
1 parent 96ef74f commit 5210eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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" (defproject lein-tau "6.283"
:name "The π is a lie!" :name "The π is a lie!"
// other stuff // other stuff
:dependecies [[leinjacker "0.3.3"] :dependecies [[leinjacker "0.4.0"]
// more deps // more deps
]) ])
```` ````
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject leinjacker "0.4.0-SNAPSHOT" (defproject leinjacker "0.4.0"
:description "A library for Leiningen plug-in authors." :description "A library for Leiningen plug-in authors."
:url "https://github.com/sattvik/leinjacker" :url "https://github.com/sattvik/leinjacker"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
Expand Down

0 comments on commit 5210eca

Please sign in to comment.