Skip to content

Commit

Permalink
Merge pull request #18 from seancorfield/master
Browse files Browse the repository at this point in the history
Prep for 0.2.4 release
  • Loading branch information
seancorfield committed Feb 7, 2014
2 parents 28001b9 + 5098382 commit 0ea102f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject framework-one "0.2.4-SNAPSHOT"
(defproject framework-one "0.2.4"
:description "A lightweight, convention-based MVC web framework."
:url "https://github.com/framework-one/fw1-clj/"
:license {:name "Eclipse Public License"
Expand All @@ -7,8 +7,8 @@
:profiles {:dev {:resource-paths ["examples"]
:dependencies []}}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/data.json "0.2.2"]
[org.clojure/data.json "0.2.4"]
[org.clojure/data.xml "0.0.7"]
[ring "1.0.3"]
[enlive "1.0.0"]
[selmer "0.4.0"]])
[ring "1.2.1"]
[enlive "1.1.5"]
[selmer "0.5.9"]])

0 comments on commit 0ea102f

Please sign in to comment.