From caaf8c0784da1ecca27fc64b6b44a4f107bc6bc1 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sun, 18 Sep 2016 22:05:51 +0200 Subject: [PATCH] version 0.5.0 --- 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 0db06381..cb2a304f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject binaryage/chromex "0.4.3-SNAPSHOT" +(defproject binaryage/chromex "0.5.0" :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 ddb26355..2d9d2fb4 100644 --- a/src/lib/chromex/version.clj +++ b/src/lib/chromex/version.clj @@ -1,6 +1,6 @@ (ns chromex.version) -(def current-version "0.4.3-SNAPSHOT") ; this should match our project.clj +(def current-version "0.5.0") ; this should match our project.clj (defmacro get-current-version [] current-version)