Skip to content

Commit

Permalink
bump version to 3.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoegl committed May 25, 2023
1 parent ccba5d8 commit d1c727b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions VERSION.md
@@ -1,3 +1,8 @@
## Version [3.0.0](https://github.com/TheBoegl/gradle-launch4j/releases/tag/v3.0.0)
- **FIX** [#88](https://github.com/TheBoegl/gradle-launch4j/issues/88): Correctly set the minimum required Java version in the created executable and follow the readme specification.
- **FIX** [#144](https://github.com/TheBoegl/gradle-launch4j/issues/144): Update to Launch4j version 3.50.
- **IMPROVEMENT**: Use Gradle properties and providers to improve up-to-date checks.

## Version [2.5.4](https://github.com/TheBoegl/gradle-launch4j/releases/tag/v2.5.4)
- **FIX** [#117](https://github.com/TheBoegl/gradle-launch4j/issues/117): Set default duplicate handling strategy and make property configurable. ([Felix Schnabel](https://github.com/Shadow-Devil))

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -48,7 +48,7 @@ dependencies {

group "edu.sc.seis.launch4j"
// use semantic versioning (http://semver.org/)
version "3.0.0-SNAPSHOT"
version "3.0.0"

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit d1c727b

Please sign in to comment.