From 27609a7025466d8b9bfbb28baa061ea8f51fb807 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sat, 5 Mar 2022 21:07:03 +0100 Subject: [PATCH] version 0.9.3 --- examples/lein/project.clj | 2 +- project.clj | 2 +- src/lib/chromex/version.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/lein/project.clj b/examples/lein/project.clj index 671f0928..33345a69 100644 --- a/examples/lein/project.clj +++ b/examples/lein/project.clj @@ -2,7 +2,7 @@ :dependencies [[org.clojure/clojure "1.10.1"] [org.clojure/clojurescript "1.10.597"] [org.clojure/core.async "1.0.567"] - [binaryage/chromex "0.9.2"] + [binaryage/chromex "0.9.3"] [binaryage/devtools "1.0.0"] [figwheel "0.5.19"] [environ "1.1.0"]] diff --git a/project.clj b/project.clj index aa51798d..3a02fd63 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.11.4")) -(defproject binaryage/chromex "0.9.2" +(defproject binaryage/chromex "0.9.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 f1b12c84..16a4581a 100644 --- a/src/lib/chromex/version.clj +++ b/src/lib/chromex/version.clj @@ -4,7 +4,7 @@ ; -- project version -------------------------------------------------------------------------------------------------------- -(def current-version "0.9.2") ; this should match our project.clj +(def current-version "0.9.3") ; this should match our project.clj (defmacro get-current-version [] current-version)