This commit is contained in:
Daniel Ziltener 2013-08-31 12:04:06 +00:00
parent 2a6b2511a3
commit d915593d1a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
(defproject clojurefx "0.0.2"
(defproject clojurefx "0.0.3"
:description "Helper functions and probably a wrapper to simplify usage of JavaFX in Clojure.
You'll need to have jfxrt.jar in your local maven repository. See [this coderwall protip](https://coderwall.com/p/4yjy1a) for how to make this happen.
**Installation: `[clojurefx \"0.0.2\"]`**"
**Installation: `[clojurefx \"0.0.3\"]`**"
:url "https://www.github.com/zilti/clojurefx"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}