Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Feb 19, 2023
1 parent ed7d42a commit 53f2935
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 @@ -8,7 +8,7 @@ plugins {
}

group = "dualscore"
version = "1.0-SNAPSHOT"
version = "1.0"

repositories {
google()
Expand Down Expand Up @@ -39,7 +39,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "DualScore"
packageVersion = "2.0.0"
packageVersion = "1.0.0"
}
}
}

0 comments on commit 53f2935

Please sign in to comment.