Skip to content

Commit

Permalink
Bump to 2.1.0 and...
Browse files Browse the repository at this point in the history
 - Add [org.clojure/data.json "0.2.6"] to get round this bug: ThoughtWorksInc/lein-s3-static-deploy#5
  • Loading branch information
Gregg8 committed May 25, 2017
1 parent 5688771 commit 9d7798d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; ---------------------------------------------------------------------------------------

(defproject re-com "2.0.0"
(defproject re-com "2.1.0"
:description "Reusable UI components for Reagent"
:url "https://github.com/Day8/re-com.git"
:license {:name "MIT"}
Expand Down Expand Up @@ -39,6 +39,7 @@
:plugins [[lein-cljsbuild "1.1.5"]
[lein-figwheel "0.5.9"]
[lein-shell "0.5.0"]
[org.clojure/data.json "0.2.6"]
[lein-s3-static-deploy "0.1.1-SNAPSHOT"]
[lein-ancient "0.6.10"]]}
:demo {:dependencies [[alandipert/storage-atom "2.0.1"]
Expand Down

0 comments on commit 9d7798d

Please sign in to comment.