diff --git a/project.clj b/project.clj index 6f76673..d9b330f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject binaryage/devtools "0.8.1-SNAPSHOT" +(defproject binaryage/devtools "0.8.1" :description "A collection of Chrome DevTools enhancements for ClojureScript developers." :url "https://github.com/binaryage/cljs-devtools" :license {:name "MIT License" diff --git a/src/lib/devtools/version.clj b/src/lib/devtools/version.clj index 2980e86..709c014 100644 --- a/src/lib/devtools/version.clj +++ b/src/lib/devtools/version.clj @@ -1,6 +1,6 @@ (ns devtools.version) -(def current-version "0.8.1-SNAPSHOT") ; this should match our project.clj +(def current-version "0.8.1") ; this should match our project.clj (defmacro get-current-version [] current-version)