Skip to content

Commit

Permalink
Bump the version, add lein-clojars as a dev-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
arohner committed Jun 10, 2011
1 parent 78ed175 commit 254adb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
@@ -1,4 +1,5 @@
(defproject scriptjure "0.1.22"
(defproject scriptjure "0.1.23"
:description "a clojure DSL for generating javascript"
:url "http://github.com/arohner/scriptjure"
:dependencies [[org.clojure/clojure "1.2.0"]])
:dependencies [[org.clojure/clojure "1.2.0"]]
:dev-dependencies [[lein-clojars "0.6.0"]])

0 comments on commit 254adb4

Please sign in to comment.