From 8e65750d08731f573d20ddbc8c5c8d664a70c3dd Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sun, 8 Oct 2017 13:19:23 +0200 Subject: [PATCH] version 0.5.12 --- 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 c65e3244..12b329dd 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.11" +(defproject binaryage/chromex "0.5.12" :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 cf28b762..f3044ba7 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.11") ; this should match our project.clj +(def current-version "0.5.12") ; this should match our project.clj (defmacro get-current-version [] current-version)