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