Skip to content

Commit

Permalink
update version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Feb 22, 2024
1 parent ee9510d commit 21b7460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.log
/Releases
/archived
/temp

### Gradle ###
.gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.sunnychung.application"
version = "1.5.0-SNAPSHOT" // must be in 'x.y.z' for native distributions
version = "1.5.0" // must be in 'x.y.z' for native distributions

repositories {
google()
Expand Down

0 comments on commit 21b7460

Please sign in to comment.