Skip to content

Commit

Permalink
version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 8, 2020
1 parent ccb524d commit ad468f9
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.5"]
[binaryage/chromex "0.8.6"]
[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.597"))
(defproject binaryage/chromex "0.8.5"
(defproject binaryage/chromex "0.8.6"
: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.5") ; this should match our project.clj
(def current-version "0.8.6") ; this should match our project.clj

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

0 comments on commit ad468f9

Please sign in to comment.