diff --git a/app/package.json b/app/package.json index 0f053f9..ec87af0 100644 --- a/app/package.json +++ b/app/package.json @@ -1,5 +1,5 @@ { "name" : "Cuttle", - "version" : "0.1.0", + "version" : "1.0-RC1", "main" : "app.js" } diff --git a/project.clj b/project.clj index a03c84f..3478e01 100755 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cuttle "0.1.0-SNAPSHOT" +(defproject cuttle "1.0-RC1" :description "A user interface for the ClojureScript compiler." :url "https://github.com/oakmac/cuttle" :license {