Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paintparty committed Apr 19, 2022
1 parent 3110141 commit b25c498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.paintparty/kushi "1.0.0-alpha6"
(defproject org.clojars.paintparty/kushi "1.0.0-alpha7"
:description "ClojureScript CSS Solution"
:url "https://github.com/paintparty/kushi"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/kushi/config.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(or (:css-filename user-config) "kushi.css")))

;; ! Update kushi version here for console printing and cache file path generation
(def version* "1.0.0-alpha6")
(def version* "1.0.0-alpha7")

;; You can optionally unsilence the ":LOCAL" bit when developing kushi from local filesystem (for visual feedback sanity check).
(def version (str version* #_":LOCAL"))
Expand Down

0 comments on commit b25c498

Please sign in to comment.