Skip to content

Commit

Permalink
0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba committed Dec 6, 2011
1 parent 89188c3 commit e332a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The easiest way to install cssgen is by using Leiningen. Just add the following

<pre>
<code>
[cssgen "0.2.5"]
[cssgen "0.2.6"]
</code>
</pre>

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cssgen "0.2.5"
(defproject cssgen "0.2.6"
: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]"]
Expand Down

0 comments on commit e332a0f

Please sign in to comment.