From 1cec624653244935925b1acab3d3c97b7d8580c4 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sun, 12 Jun 2016 22:17:05 +0200 Subject: [PATCH] bump project version to 0.7.0 --- project.clj | 4 ++-- src/lib/devtools/version.clj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 9773ce2..6fb7df5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject binaryage/devtools "0.6.2-SNAPSHOT" +(defproject binaryage/devtools "0.7.0" :description "A collection of Chrome DevTools enhancements for ClojureScript developers." :url "https://github.com/binaryage/cljs-devtools" :license {:name "MIT License" @@ -75,4 +75,4 @@ "test," "jar," "shell" "scripts/check-release.sh," - "deploy" "clojars"]}) \ No newline at end of file + "deploy" "clojars"]}) diff --git a/src/lib/devtools/version.clj b/src/lib/devtools/version.clj index 000f3be..64d0f65 100644 --- a/src/lib/devtools/version.clj +++ b/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 (defmacro get-current-version [] - current-version) \ No newline at end of file + current-version)