We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d559b8 commit d3d1c5eCopy full SHA for d3d1c5e
project.clj
@@ -1,4 +1,4 @@
1
-(defproject binaryage/zones "0.1.0-SNAPSHOT"
+(defproject binaryage/zones "0.1.0"
2
:description "Async-aware binding & bound-fn."
3
:url "https://github.com/binaryage/cljs-zones"
4
:license {:name "MIT License"
src/lib/zones/core.clj
@@ -1,7 +1,7 @@
(ns zones.core
(:refer-clojure :exclude [binding bound-fn bound-fn* get]))
-(def current-version "0.1.0-SNAPSHOT") ; this should match our project.clj
+(def current-version "0.1.0") ; this should match our project.clj
5
6
(defn read-config []
7
(if cljs.env/*compiler*
0 commit comments