From a03b77ef03acf0fd34066f3aad27f474652531a5 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Fri, 8 Feb 2013 17:44:54 +0100 Subject: [PATCH] prepare for 0.2.0 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ad24734..5c27333 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.marianoguerra/clj-rhino "0.2.0-SNAPSHOT" +(defproject org.marianoguerra/clj-rhino "0.2.0" :description "library to ease the interaction between rhino and clojure" :url "http://github.com/marianoguerra/clj-rhino" :license {:name "Eclipse Public License"