Skip to content

Commit caaf8c0

Browse files
committed
version 0.5.0
1 parent 15c65ed commit caaf8c0

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,4 +1,4 @@
1-
(defproject binaryage/chromex "0.4.3-SNAPSHOT"
1+
(defproject binaryage/chromex "0.5.0"
22
:description "A ClojureScript wrapper for writing Chrome Extensions and Apps."
33
:url "https://github.com/binaryage/chromex"
44
:license {:name "MIT License"

src/lib/chromex/version.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(ns chromex.version)
22

3-
(def current-version "0.4.3-SNAPSHOT") ; this should match our project.clj
3+
(def current-version "0.5.0") ; this should match our project.clj
44

55
(defmacro get-current-version []
66
current-version)

0 commit comments

Comments
 (0)