diff --git a/README.md b/README.md index 0a91963..4eddd1d 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 (0.9.3)](https://github.com/frosch95/SmartCSV.fx/releases/download/0.9.3/SmartCSV.fx-0.9.3-SNAPSHOT.zip) +binary distribution of the [latest release (1.0.0)](https://github.com/frosch95/SmartCSV.fx/releases/download/1.0.0/SmartCSV.fx-1.0.0.zip) ## Talks [Introduction](http://javafx.ninja/talks/introduction/) diff --git a/build.gradle b/build.gradle index 8725552..da87c09 100644 --- a/build.gradle +++ b/build.gradle @@ -41,5 +41,5 @@ test { } group 'ninja.javafx' -version '0.9.3-SNAPSHOT' +version '1.0.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 9e7bf02..aec5e25 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.9.3 +application.version = 1.0.0 # fxml views fxml.smartcvs.view = /ninja/javafx/smartcsv/fx/smartcsv.fxml