Skip to content

Commit

Permalink
bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed May 17, 2024
1 parent 362723c commit bb04df3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 0.9.2

- Fix download URLs for Java 21 runtime
7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ val env = System.getenv()
version = if (env["SNAPSHOTS_URL"] != null) {
"0-SNAPSHOT"
} else {
"0.9.1"
"0.9.2"
}

base {
archivesName.set(project.name)
}
base.archivesBaseName = project.name

repositories {
mavenCentral()
Expand Down

0 comments on commit bb04df3

Please sign in to comment.