Skip to content

Commit

Permalink
Update Version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-jeon committed Oct 17, 2022
1 parent 848063b commit 5575ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.jerryjeon"
version = "1.0.1"
version = "1.1.0"

repositories {
google()
Expand Down Expand Up @@ -50,7 +50,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "LogJerry"
packageVersion = "1.0.1"
packageVersion = "1.1.0"

macOS {
iconFile.set(project.file("LogJerry.icns"))
Expand Down

0 comments on commit 5575ece

Please sign in to comment.