diff --git a/project.clj b/project.clj index f88d367b..e165b536 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946")) -(defproject binaryage/chromex "0.5.13" +(defproject binaryage/chromex "0.5.14" :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 063bb62d..1159c6b9 100644 --- a/src/lib/chromex/version.clj +++ b/src/lib/chromex/version.clj @@ -2,7 +2,7 @@ (:require [clojure.string :as string] [cljs.util])) -(def current-version "0.5.13") ; this should match our project.clj +(def current-version "0.5.14") ; this should match our project.clj (defmacro get-current-version [] current-version)