Skip to content

Commit 1433b34

Browse files
committed
add java.sql dependency, release 1.0.0-beta02
1 parent b2c5895 commit 1433b34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ compose.desktop {
4242
nativeDistributions {
4343
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
4444
packageName = "warlock3"
45-
packageVersion = "1.0.11"
45+
packageVersion = "1.0.12"
46+
modules("java.sql")
4647

4748
windows {
4849
menu = true

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ allprojects {
1919
}
2020

2121
subprojects {
22-
version = "1.0.0-alpha10"
22+
version = "1.0.0-beta02"
2323
group = "cc.warlock.warlock3"
2424
}

0 commit comments

Comments
 (0)