From 5100c668ab96df689288f748cfdb03f5639cb7d0 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Thu, 22 Sep 2016 20:46:30 +0200 Subject: [PATCH] version 0.8 based on JSON Table Schema --- README.md | 4 ++-- build.gradle | 2 +- .../resources/ninja/javafx/smartcsv/fx/application.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17c8660..0f24a2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SmartCSV.fx ##Description -A simple JavaFX application to load, save and edit a CSV file and provide a JSON configuration for columns to check the values in the columns. +A simple JavaFX application to load, save and edit a CSV file and provide a [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/) for columns to check the values in the columns. ##Motivation At work I have the need to fix wrong CSV files from customers. It is hard to find the errors and fix them in a texteditor, @@ -14,7 +14,7 @@ even in a "normal" CSV editor. So I decided to write this simple JavaFX applicat [Wiki & Documentation](https://github.com/frosch95/SmartCSV.fx/wiki) -binary distribution of the [latest release (0.7)](https://github.com/frosch95/SmartCSV.fx/releases/download/0.7/SmartCSV.fx-0.7-SNAPSHOT.zip) +binary distribution of the [latest release (0.8)](https://github.com/frosch95/SmartCSV.fx/releases/download/0.8/SmartCSV.fx-0.8-SNAPSHOT.zip) ##Talks [Introduction](http://javafx.ninja/talks/introduction/) diff --git a/build.gradle b/build.gradle index 6614bb2..25aa6d7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'ninja.javafx' -version '0.7-SNAPSHOT' +version '0.8-SNAPSHOT' apply plugin: 'java' apply plugin: 'groovy' diff --git a/src/main/resources/ninja/javafx/smartcsv/fx/application.properties b/src/main/resources/ninja/javafx/smartcsv/fx/application.properties index 4548d10..c53d4b9 100644 --- a/src/main/resources/ninja/javafx/smartcsv/fx/application.properties +++ b/src/main/resources/ninja/javafx/smartcsv/fx/application.properties @@ -1,5 +1,5 @@ application.name = SmartCSV.fx -application.version = 0.7 +application.version = 0.8 # fxml views fxml.smartcvs.view = /ninja/javafx/smartcsv/fx/smartcsv.fxml