Skip to content

Commit d3d1c5e

Browse files
committed
bump project version to 0.1.0
1 parent 1d559b8 commit d3d1c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject binaryage/zones "0.1.0-SNAPSHOT"
1+
(defproject binaryage/zones "0.1.0"
22
:description "Async-aware binding & bound-fn."
33
:url "https://github.com/binaryage/cljs-zones"
44
:license {:name "MIT License"

src/lib/zones/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns zones.core
22
(:refer-clojure :exclude [binding bound-fn bound-fn* get]))
33

4-
(def current-version "0.1.0-SNAPSHOT") ; this should match our project.clj
4+
(def current-version "0.1.0") ; this should match our project.clj
55

66
(defn read-config []
77
(if cljs.env/*compiler*

0 commit comments

Comments
 (0)