Skip to content

Commit

Permalink
0.2.5 release
Browse files Browse the repository at this point in the history
paraseba committed Nov 20, 2011
1 parent 86ba163 commit f345335
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ The easiest way to install cssgen is by using Leiningen. Just add the following

<pre>
<code>
[cssgen "0.2.5-SNAPSHOT"]
[cssgen "0.2.5"]
</code>
</pre>

7 changes: 3 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
(defproject cssgen "0.2.5-SNAPSHOT"
(defproject cssgen "0.2.5"
:description "Generate CSS from clojure code. Like an embedded sass."
:url "http://github.com/paraseba/cssgen"
:dependencies [[org.clojure/clojure "[1.2.0,1.3.0]"]
[org.clojure/algo.generic "0.1.0-SNAPSHOT"]]
[org.clojure/algo.generic "0.1.0"]]
:dev-dependencies [[lein-multi "1.0.0"]]
:multi-deps {"1.2" [[org.clojure/clojure "1.2.1"]
[org.clojure/algo.generic "0.1.0-SNAPSHOT"]]}
:repositories {"sonatype" "http://oss.sonatype.org/content/repositories/snapshots"})
[org.clojure/algo.generic "0.1.0"]]})

0 comments on commit f345335

Please sign in to comment.