Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Aug 1, 2022
1 parent 905237f commit bf05de2
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 @@ -58,7 +58,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "warlock3"
packageVersion = "1.0.21"
packageVersion = "3.0.0"
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-rc02"
version = "3.0.0"
group = "cc.warlock.warlock3"
}

0 comments on commit bf05de2

Please sign in to comment.