From 63b05c23074cbb4ba57e64c9558f987c4db11401 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Sat, 23 Jul 2016 00:03:37 +0200 Subject: [PATCH] version 0.4 --- README.md | 5 +++++ build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16dd0e9..37cbf1a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ even in a "normal" CSV editor. So I decided to write this simple JavaFX applicat ##Video [![short video about the application](http://img.youtube.com/vi/SH0UAtPG6Eg/0.jpg)](https://youtu.be/SH0UAtPG6Eg) +##Links +[GitHub Page](http://frosch95.github.io/SmartCSV.fx/) +[Wiki & Documentation](https://github.com/frosch95/SmartCSV.fx/wiki) +binary distribution of the [latest release (0.4)](https://drive.google.com/open?id=0BwY9gBUvn5qmREdCc0FvNDNEQTA) + ##License ###The MIT License (MIT) diff --git a/build.gradle b/build.gradle index 8991317..df15b72 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'ninja.javafx' -version '0.3-SNAPSHOT' +version '0.4-SNAPSHOT' apply plugin: 'java' apply plugin: 'groovy'