We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9974f64 commit f160b31Copy full SHA for f160b31
project.clj
@@ -1,4 +1,4 @@
1
-(defproject binaryage/devtools "0.6.1-SNAPSHOT"
+(defproject binaryage/devtools "0.6.1"
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/devtools/version.clj
@@ -1,6 +1,6 @@
(ns devtools.version)
-(def current-version "0.6.1-SNAPSHOT") ; this should match our project.clj
+(def current-version "0.6.1") ; this should match our project.clj
5
(defmacro get-current-version []
6
current-version)
0 commit comments