Skip to content

Commit

Permalink
version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Mar 5, 2022
1 parent b7ac179 commit 27609a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/lein/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.597"]
[org.clojure/core.async "1.0.567"]
[binaryage/chromex "0.9.2"]
[binaryage/chromex "0.9.3"]
[binaryage/devtools "1.0.0"]
[figwheel "0.5.19"]
[environ "1.1.0"]]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.11.4"))
(defproject binaryage/chromex "0.9.2"
(defproject binaryage/chromex "0.9.3"
:description "A ClojureScript wrapper for writing Chrome Extensions and Apps."
:url "https://github.com/binaryage/chromex"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/chromex/version.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

; -- project version --------------------------------------------------------------------------------------------------------

(def current-version "0.9.2") ; this should match our project.clj
(def current-version "0.9.3") ; this should match our project.clj

(defmacro get-current-version []
current-version)
Expand Down

0 comments on commit 27609a7

Please sign in to comment.