We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fce36 commit 4b8fa1bCopy full SHA for 4b8fa1b
project.clj
@@ -1,4 +1,4 @@
1
-(defproject binaryage/devtools "0.9.4-SNAPSHOT"
+(defproject binaryage/devtools "0.9.4"
2
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
3
:url "https://github.com/binaryage/cljs-devtools"
4
:license {:name "MIT License"
src/lib/devtools/version.clj
@@ -1,6 +1,6 @@
(ns devtools.version)
-(def current-version "0.9.4-SNAPSHOT") ; this should match our project.clj
+(def current-version "0.9.4") ; this should match our project.clj
5
(defmacro get-current-version []
6
current-version)
0 commit comments