Skip to content

Commit

Permalink
version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 28, 2019
1 parent 969bc88 commit a949e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/sample/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.520"]
[org.clojure/core.async "0.4.500"]
[binaryage/chromex "0.8.1"]
[binaryage/chromex "0.8.3"]
[binaryage/devtools "0.9.10"]
[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.10.520"))
(defproject binaryage/chromex "0.8.2"
(defproject binaryage/chromex "0.8.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.8.2") ; this should match our project.clj
(def current-version "0.8.3") ; this should match our project.clj

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

0 comments on commit a949e01

Please sign in to comment.