Skip to content

Commit 6316fdb

Browse files
committed
chore: bump version to 1.0.1
1 parent e4bd78d commit 6316fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId = "dev.rushii.xspoofsignatures"
1111
minSdk = 3 // Yes, this is accurate
1212
targetSdk = 35
13-
versionCode = 1
14-
versionName = "1.0.0"
13+
versionCode = 2
14+
versionName = "1.0.1"
1515
}
1616

1717
signingConfigs {

0 commit comments

Comments
 (0)