Skip to content

Commit

Permalink
release 1.0.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Jul 8, 2022
1 parent 6d6478a commit 3449d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "warlock3"
packageVersion = "1.0.13"
packageVersion = "1.0.14"
modules("java.sql")
copyright = "Copyright 2022 Sean Proctor"
licenseFile.set(project.file("gpl-2.0.txt"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ allprojects {
}

subprojects {
version = "1.0.0-beta03"
version = "1.0.0-beta04"
group = "cc.warlock.warlock3"
}

0 comments on commit 3449d99

Please sign in to comment.