Increment version number.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Thu, 08 Nov 2012 12:51:57 -0500 | 
    
    
        | parents | 3967e218bd90 | 
    
        | children | 2efe1bc31045 | 
    
        | branches/tags | (none) | 
    
        | files | README.markdown docs/installation.markdown project.clj | 
Changes
    
--- 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
 -----
--- 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.
--- 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"]]