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