From 3980e2951fe2ffc96928e98e27a4cb3cb548eb9e Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Sat, 22 Oct 2022 21:23:40 +0200 Subject: [PATCH] Version 1.4.0 --- README.md | 2 +- build.gradle | 2 +- .../resources/ninja/javafx/smartcsv/fx/application.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddca580..4c2f85c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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 (1.3.0)](https://github.com/frosch95/SmartCSV.fx/releases/download/1.3.0/SmartCSV.fx-1.3.0.zip) +binary distribution of the [latest release (1.4.0)](https://github.com/frosch95/SmartCSV.fx/releases/download/1.4.0/SmartCSV.fx-1.4.0.zip) ## Talks [Introduction](http://javafx.ninja/talks/introduction/) diff --git a/build.gradle b/build.gradle index 262fbdf..fb3cb2e 100644 --- a/build.gradle +++ b/build.gradle @@ -48,5 +48,5 @@ test { } group 'ninja.javafx' -version '1.3.0' +version '1.4.0' mainClassName = 'ninja.javafx.smartcsv.Main' diff --git a/src/main/resources/ninja/javafx/smartcsv/fx/application.properties b/src/main/resources/ninja/javafx/smartcsv/fx/application.properties index 6e24aed..524c59a 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 = 1.3.0 +application.version = 1.4.0 # fxml views fxml.smartcvs.view = /ninja/javafx/smartcsv/fx/smartcsv.fxml