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