Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Sep 18, 2016
1 parent 15c65ed commit caaf8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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)

0 comments on commit caaf8c0

Please sign in to comment.