Skip to content

Commit

Permalink
Bump version: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisimx committed Jan 15, 2025
1 parent 974c370 commit f7cdf65
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 @@ -43,8 +43,8 @@ android {
applicationId = "io.github.chrisimx.scanbridge"
minSdk = 28
targetSdk = 35
versionCode = 1_000_000 // format is MAJ_MIN_PAT with always 3 digits
versionName = "1.0.0"
versionCode = 1_000_001 // format is MAJ_MIN_PAT with always 3 digits
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f7cdf65

Please sign in to comment.