Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil0v3s committed Jan 9, 2022
1 parent 2ba1927 commit 0be0f11
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 @@ -10,7 +10,7 @@ plugins {
}

group = "br.com.firstsoft"
version = "0.0.1"
version = "0.0.2"

repositories {
google()
Expand Down Expand Up @@ -52,7 +52,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Msi)
packageName = "kMonitor"
packageVersion = "0.0.1"
packageVersion = "0.0.2"
}
}
}
Expand Down

0 comments on commit 0be0f11

Please sign in to comment.