Skip to content

Commit

Permalink
chore: bump version to 1.0.7
Browse files Browse the repository at this point in the history
closes #30
  • Loading branch information
pylixonly authored Nov 25, 2024
1 parent ac7038c commit 3708e48
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 = 35
versionCode = 1006
versionName = "1.0.6"
versionCode = 1007
versionName = "1.0.7"

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

0 comments on commit 3708e48

Please sign in to comment.