From 20a1dbfa1a3e61320195272142dabeeb6f2b2093 Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 7 Jan 2017 17:57:52 +0000 Subject: [PATCH 1/2] README.md edited online with Bitbucket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f80c0..e8ee33b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![License](//img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl-3.0.en.html#content) -[![Clojars](//img.shields.io/badge/clojars-0.1.0--SNAPSHOT-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.1.0-SNAPSHOT) +[![Clojars](//img.shields.io/badge/clojars-0.0.16-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.0.16) [![Gratipay](//img.shields.io/gratipay/zilti.svg?style=flat)](//gratipay.com/zilti) [![Flattr this](//api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx) # ClojureFX ```clojure -[clojurefx "0.1.0-SNAPSHOT"] +[clojurefx "0.0.16"] ``` **Note: This project is still maintained. Miss a feature, found a bug? Open a ticket, and I'll fix and improve it.** From 4a7100328926ae5c77320f08485694ae2e2f42e1 Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 7 Jan 2017 17:58:09 +0000 Subject: [PATCH 2/2] README.md edited online with Bitbucket --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e8ee33b..1025b50 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ [clojurefx "0.0.16"] ``` -**Note: This project is still maintained. Miss a feature, found a bug? Open a ticket, and I'll fix and improve it.** - A Clojure extension to make working with [JavaFX](http://download.java.net/jdk8/jfxdocs/index.html) simpler and more idiomatic. It allows you to naturally work with stock JavaFX components through use of extended protocols. Should a feature be missing you can easily extend ClojureFX in your own codebase or just fall back to standard JavaFX methods. ## Features