We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c65ed commit caaf8c0Copy full SHA for caaf8c0
2 files changed
project.clj
@@ -1,4 +1,4 @@
1
-(defproject binaryage/chromex "0.4.3-SNAPSHOT"
+(defproject binaryage/chromex "0.5.0"
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
@@ -1,6 +1,6 @@
(ns chromex.version)
-(def current-version "0.4.3-SNAPSHOT") ; this should match our project.clj
+(def current-version "0.5.0") ; this should match our project.clj
5
(defmacro get-current-version []
6
current-version)
0 commit comments