From ee33d5010136f447a7ef9d37a6b920783ff446bc Mon Sep 17 00:00:00 2001 From: Nils Grunwald Date: Tue, 20 Nov 2012 13:25:57 +0100 Subject: [PATCH] bump version and release --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da7e886..408e53a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Easy to use conversion library between tree-like POJOs or anything else presenti [Clojars](http://clojars.org/gavagai): ```clojure -[gavagai "0.1.0"] +[gavagai "0.2.0"] ``` ## Usage diff --git a/project.clj b/project.clj index 13d5365..0b5c727 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gavagai "0.1.1-SNAPSHOT" +(defproject gavagai "0.2.0" :description "Fast Clojure library to convert recursive data structures to native Clojure" :url "https://github.com/ngrunwald/gavagai" :license {:name "Eclipse Public License"