diff --git a/README.md b/README.md index 36142b6..30d868d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 9c4fec6..92d5c0d 100644 --- a/project.clj +++ b/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