From 8838c6fcb7496af8f0c6830e7ccb4d2cd196c624 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Wed, 9 Jan 2013 15:27:16 +0100 Subject: [PATCH] prepare for initial release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d30abb6..bc44a0b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-rhino "0.1.0-SNAPSHOT" +(defproject org.marianoguerra/clj-rhino "0.1.0" :description "library to ease the interaction between rhino and clojure" :url "http://github.com/marianoguerra/clj-rhino" :license {:name "Eclipse Public License"