Skip to content

Commit 7aaa562

Browse files
committed
release 1.0.0-alpha09
1 parent eb01c07 commit 7aaa562

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
@@ -42,7 +42,7 @@ compose.desktop {
4242
nativeDistributions {
4343
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
4444
packageName = "warlock3"
45-
packageVersion = "1.0.8"
45+
packageVersion = "1.0.9"
4646

4747
windows {
4848
menu = true

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ allprojects {
1717
}
1818

1919
subprojects {
20-
version = "1.0.0-alpha08"
20+
version = "1.0.0-alpha09"
2121
group = "cc.warlock.warlock3"
2222
}

0 commit comments

Comments
 (0)