Skip to content

Commit 7cec233

Browse files
committed
version 0.5.14
1 parent 62c5958 commit 7cec233

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
2-
(defproject binaryage/chromex "0.5.13"
2+
(defproject binaryage/chromex "0.5.14"
33
:description "A ClojureScript wrapper for writing Chrome Extensions and Apps."
44
:url "https://github.com/binaryage/chromex"
55
:license {:name "MIT License"

src/lib/chromex/version.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(:require [clojure.string :as string]
33
[cljs.util]))
44

5-
(def current-version "0.5.13") ; this should match our project.clj
5+
(def current-version "0.5.14") ; this should match our project.clj
66

77
(defmacro get-current-version []
88
current-version)

0 commit comments

Comments
 (0)