Skip to content

Commit a4a304f

Browse files
committed
release 1.0.0-beta06
1 parent c237e59 commit a4a304f

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.15"
45+
packageVersion = "1.0.16"
4646
modules("java.sql")
4747
copyright = "Copyright 2022 Sean Proctor"
4848
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-beta05"
23+
version = "1.0.0-beta06"
2424
group = "cc.warlock.warlock3"
2525
}

0 commit comments

Comments
 (0)