We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e647b commit 1cec624Copy full SHA for 1cec624
project.clj
@@ -1,4 +1,4 @@
1
-(defproject binaryage/devtools "0.6.2-SNAPSHOT"
+(defproject binaryage/devtools "0.7.0"
2
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
3
:url "https://github.com/binaryage/cljs-devtools"
4
:license {:name "MIT License"
@@ -75,4 +75,4 @@
75
"test,"
76
"jar,"
77
"shell" "scripts/check-release.sh,"
78
- "deploy" "clojars"]})
+ "deploy" "clojars"]})
src/lib/devtools/version.clj
@@ -1,6 +1,6 @@
(ns devtools.version)
-(def current-version "0.6.2-SNAPSHOT") ; this should match our project.clj
+(def current-version "0.7.0") ; this should match our project.clj
5
(defmacro get-current-version []
6
- current-version)
+ current-version)
0 commit comments