Skip to content

Commit 0be0f11

Browse files
committed
0.0.2
1 parent 2ba1927 commit 0be0f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "br.com.firstsoft"
13-
version = "0.0.1"
13+
version = "0.0.2"
1414

1515
repositories {
1616
google()
@@ -52,7 +52,7 @@ compose.desktop {
5252
nativeDistributions {
5353
targetFormats(TargetFormat.Msi)
5454
packageName = "kMonitor"
55-
packageVersion = "0.0.1"
55+
packageVersion = "0.0.2"
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)