From 02fbd0a87443baaef9f14697a9734a52610e380a Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Mon, 13 Aug 2018 23:08:42 +0200 Subject: [PATCH] version 0.6.3 --- project.clj | 2 +- src/lib/chromex/version.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 85dd0ba4..c8ee1a95 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.339")) -(defproject binaryage/chromex "0.6.2" +(defproject binaryage/chromex "0.6.3" :description "A ClojureScript wrapper for writing Chrome Extensions and Apps." :url "https://github.com/binaryage/chromex" :license {:name "MIT License" diff --git a/src/lib/chromex/version.clj b/src/lib/chromex/version.clj index 81f3306c..19b412a6 100644 --- a/src/lib/chromex/version.clj +++ b/src/lib/chromex/version.clj @@ -4,7 +4,7 @@ ; -- project version -------------------------------------------------------------------------------------------------------- -(def current-version "0.6.2") ; this should match our project.clj +(def current-version "0.6.3") ; this should match our project.clj (defmacro get-current-version [] current-version)