Skip to content

Commit

Permalink
Merge pull request #41 from aivanovski/feature/update-version-to-1.0.0
Browse files Browse the repository at this point in the history
Update version to 1.0.0
  • Loading branch information
aivanovski committed Feb 12, 2023
2 parents 2fd4759 + 2551749 commit 949a6b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
jacoco
}

val appVersion = "0.7.0"
val appVersion = "1.0.0"

group = "com.github.ai.autokpass"
version = appVersion
Expand Down Expand Up @@ -79,7 +79,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
modules("java.instrument", "jdk.unsupported", "java.naming")
packageName = "autokpass-compose"
packageVersion = "1.0.0"
packageVersion = appVersion
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#File is generated by Gradle
#Mon Oct 31 15:43:33 CET 2022
version=0.7.0
#Sun Feb 12 18:17:04 CET 2023
version=1.0.0

0 comments on commit 949a6b2

Please sign in to comment.