Skip to content

Commit e4537a1

Browse files
committed
version 0.5.8
1 parent a9077c2 commit e4537a1

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.5.8-SNAPSHOT"
1+
(defproject binaryage/chromex "0.5.8"
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
@@ -2,7 +2,7 @@
22
(:require [clojure.string :as string]
33
[cljs.util]))
44

5-
(def current-version "0.5.8-SNAPSHOT") ; this should match our project.clj
5+
(def current-version "0.5.8") ; this should match our project.clj
66

77
(defmacro get-current-version []
88
current-version)

0 commit comments

Comments
 (0)