Skip to content

Commit

Permalink
Merge pull request #60 from aivanovski/feature/update-version-to-1.1.0
Browse files Browse the repository at this point in the history
Update version to 1.1.0
  • Loading branch information
aivanovski committed Nov 8, 2023
2 parents a86a39c + 9f009cd commit 4f9d3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
jacoco
}

val appVersion = "1.0.0"
val appVersion = "1.1.0"

group = "com.github.ai.autokpass"
version = 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
#Sun Feb 12 18:17:04 CET 2023
version=1.0.0
#Wed Nov 08 20:17:28 CET 2023
version=1.1.0

0 comments on commit 4f9d3be

Please sign in to comment.