diff --git a/README.markdown b/README.markdown index 18da91a..96ccb43 100644 --- a/README.markdown +++ b/README.markdown @@ -31,9 +31,19 @@ There's also a two minute [screencast](https://www.youtube.com/watch?v=Urg79FmQn The VREPL doesn't contain any ClojureScript---nice ClojureScript support+examples coming as soon as Clojure/ClojureScript code-sharing issues are resolved in Lein tooling. -To use in Clojure/ClojureScript, add this to your `project.clj`: +To use from Clojure, add this to your `project.clj`: + + [com.keminglabs/c2 "0.0.1"] + +Roadmap +======= + ++ Fixup Clojure/ClojureScript support by moving as much of the source as possible to "cljx" intermediate format that can be statically transformed into platform-appropriate sources. + ++ Moar documentation, consistent docstring format. + ++ Official release - [com.keminglabs/c2 "0.0.1-SNAPSHOT"] Testing ======= diff --git a/project.clj b/project.clj index d1631e6..93b2a42 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.keminglabs/c2 "0.0.1-SNAPSHOT" +(defproject com.keminglabs/c2 "0.0.1" :description "Declarative data visualization in Clojure(Script)." :dependencies [[org.clojure/clojure "1.3.0"] [org.clojure/core.match "0.2.0-alpha9"]