Skip to content

Commit

Permalink
version 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 8, 2017
1 parent 557d830 commit 8e65750
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,5 +1,5 @@
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
(defproject binaryage/chromex "0.5.11"
(defproject binaryage/chromex "0.5.12"
: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 @@ -2,7 +2,7 @@
(:require [clojure.string :as string]
[cljs.util]))

(def current-version "0.5.11") ; this should match our project.clj
(def current-version "0.5.12") ; this should match our project.clj

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

0 comments on commit 8e65750

Please sign in to comment.