Skip to content

Commit

Permalink
bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 12, 2024
1 parent c758227 commit e9ee9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

val group = "com.github.stephengold"
val artifact = "tonegodgui"
val libraryVersion = "0.1.9-SNAPSHOT"
val libraryVersion = "0.1.10"
val baseName = "${artifact}-${libraryVersion}" // for artifacts
val websiteUrl = "https://github.com/stephengold/tonegodgui"
val javaVendor = System.getProperty("java.vendor")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tonegod/gui/core/TonegodGuiVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ private TonegodGuiVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.1.9-SNAPSHOT";
return "master 0.1.10";
}
}

0 comments on commit e9ee9e2

Please sign in to comment.