Skip to content

Commit eccf5f9

Browse files
committed
release 1.0.0-beta09
1 parent aa5368a commit eccf5f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ compose.desktop {
5858
nativeDistributions {
5959
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
6060
packageName = "warlock3"
61-
packageVersion = "1.0.18"
61+
packageVersion = "1.0.19"
6262
modules("java.sql")
6363
copyright = "Copyright 2022 Sean Proctor"
6464
licenseFile.set(project.file("gpl-2.0.txt"))

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ allprojects {
2020
}
2121

2222
subprojects {
23-
version = "1.0.0-beta08"
23+
version = "1.0.0-beta09"
2424
group = "cc.warlock.warlock3"
2525
}

0 commit comments

Comments
 (0)