# HG changeset patch # User Steve Losh # Date 1352397117 18000 # Node ID 63f3589431c1debbef56d204195f56cd0ea0fc37 # Parent 3967e218bd903d61ca90ceceed944617d8c6f71d Increment version number. diff -r 3967e218bd90 -r 63f3589431c1 README.markdown --- a/README.markdown Thu Nov 08 12:50:43 2012 -0500 +++ b/README.markdown Thu Nov 08 12:51:57 2012 -0500 @@ -29,7 +29,7 @@ You need Leiningen 2 to use this. Sorry. - [roul "0.1.0"] + [roul "0.2.0"] Usage ----- diff -r 3967e218bd90 -r 63f3589431c1 docs/installation.markdown --- a/docs/installation.markdown Thu Nov 08 12:50:43 2012 -0500 +++ b/docs/installation.markdown Thu Nov 08 12:51:57 2012 -0500 @@ -5,6 +5,6 @@ Add the following to your `project.clj`: - [roul "0.1.0"] + [roul "0.2.0"] Run `lein deps` and you're all set. diff -r 3967e218bd90 -r 63f3589431c1 project.clj --- a/project.clj Thu Nov 08 12:50:43 2012 -0500 +++ b/project.clj Thu Nov 08 12:51:57 2012 -0500 @@ -1,4 +1,4 @@ -(defproject roul "0.1.0" +(defproject roul "0.2.0" :license {:name "MIT/X11"} :dependencies [[org.clojure/clojure "1.3.0"]] :plugins [[sjl/lein2-generative "0.1.4.2"]]