3 Commits

Author SHA1 Message Date
55ed382203 Update JDK version from 17 to 25 in workflow 2025-10-20 21:25:04 +02:00
81d75a995b Merge pull request #33 from frosch95/frosch95-patch-1
Update latest release version in README
2025-10-20 21:23:25 +02:00
f5ab096452 Update latest release version in README 2025-10-20 21:22:02 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 25
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 25
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle

View File

@@ -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.4.0)](https://github.com/frosch95/SmartCSV.fx/releases/download/1.4.0/SmartCSV.fx-1.4.0.zip)
binary distribution of the [latest release (1.5.0)](https://github.com/frosch95/SmartCSV.fx/releases/download/1.5.0/SmartCSV.fx-1.5.0.zip)
## Talks
[Introduction](http://javafx.ninja/talks/introduction/)