We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e1937 commit c8061edCopy full SHA for c8061ed
2 files changed
project.clj
@@ -1,5 +1,5 @@
1
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
2
-(defproject binaryage/chromex "0.5.10"
+(defproject binaryage/chromex "0.5.11"
3
:description "A ClojureScript wrapper for writing Chrome Extensions and Apps."
4
:url "https://github.com/binaryage/chromex"
5
:license {:name "MIT License"
src/lib/chromex/version.clj
@@ -2,7 +2,7 @@
(:require [clojure.string :as string]
[cljs.util]))
-(def current-version "0.5.10") ; this should match our project.clj
+(def current-version "0.5.11") ; this should match our project.clj
6
7
(defmacro get-current-version []
8
current-version)
0 commit comments