Skip to content

Commit

Permalink
bump 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Feb 7, 2024
1 parent 83f73f7 commit 305600a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.thheller/shadow-grove "0.5.1"
(defproject com.thheller/shadow-grove "0.6.0"
:description "A ClojureScript system to build browser based frontends"
:url "http://github.com/thheller/shadow-grove"
:license {:name "Eclipse Public License"
Expand All @@ -11,7 +11,7 @@
:dependencies
[[org.clojure/clojure "1.11.1" :scope "provided"]
[org.clojure/clojurescript "1.11.60" :scope "provided"]
[com.thheller/shadow-css "0.4.3"]]
[com.thheller/shadow-css "0.4.5"]]

:resource-paths
["src/resources"]
Expand All @@ -29,6 +29,6 @@
[]}
:cljs-dev
{:dependencies
[[thheller/shadow-cljs "2.25.2"]
[[thheller/shadow-cljs "2.27.2"]
]}})

0 comments on commit 305600a

Please sign in to comment.