Skip to content

Commit

Permalink
chore: bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly authored Jul 29, 2024
1 parent 3d927c2 commit 66026b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "io.github.pyoncord.manager"
minSdk = 28
targetSdk = 34
versionCode = 1005
versionName = "1.0.5"
versionCode = 1006
versionName = "1.0.6"

buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
Expand Down

0 comments on commit 66026b4

Please sign in to comment.