From d915593d1a556e3f8d771ebb06d0832855f2f76d Mon Sep 17 00:00:00 2001 From: "dziltener@lyrion.ch" Date: Sat, 31 Aug 2013 12:04:06 +0000 Subject: [PATCH] Fixed. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index bc40d0e..76cc0b2 100644 --- a/project.clj +++ b/project.clj @@ -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"}