diff --git a/project.clj b/project.clj index c8ee1a95..4c00f9a8 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.3" +(defproject binaryage/chromex "0.6.4" :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 19b412a6..e3b1e824 100644 --- a/src/lib/chromex/version.clj +++ b/src/lib/chromex/version.clj @@ -4,7 +4,7 @@ ; -- project version -------------------------------------------------------------------------------------------------------- -(def current-version "0.6.3") ; this should match our project.clj +(def current-version "0.6.4") ; this should match our project.clj (defmacro get-current-version [] current-version)