Updated project.clj. Tagging as 0.1.0.

This commit is contained in:
Aaron Craelius 2014-11-13 18:04:03 -05:00
parent 77788068d7
commit 70cafb28fb

View file

@ -1,6 +1,6 @@
(defproject freactive "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
(defproject freactive "0.1.0"
:description "Reactive atoms, expressions and cursors for Clojure"
:url "https://github.com/aaronc/freactive"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0-alpha3"]