Skip to content

Commit

Permalink
Released 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 17, 2012
1 parent 0fcd6a2 commit b5e2f62
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 @@ -9,7 +9,7 @@ A Leiningen template for projects using [Compojure][1].
If you're using Leiningen 1, you'll need to install the following plugins:

lein plugin install lein-newnew 0.2.6
lein plugin install compojure/lein-template 0.2.0
lein plugin install compojure/lein-template 0.2.1

If you're using Leiningen 2, you don't have to do anything; the template
will be automatically downloaded and installed when you first run the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject compojure/lein-template "0.2.0"
(defproject compojure/lein-template "0.2.1"
:description "Compojure project template for Leiningen"
:url "https://github.com/weavejester/compojure-template"
:eval-in-leiningen true
Expand Down

0 comments on commit b5e2f62

Please sign in to comment.