Skip to content

Commit cd8846f

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish release
4646
uses: softprops/action-gh-release@v2
4747
with:
48-
tag_name: v${{ github.ref_name }}
48+
tag_name: ${{ github.ref_name }}
4949
generate_release_notes: true
5050
fail_on_unmatched_files: true
5151
files: dev.rushii.xspoofsignatures-${{ github.ref_name }}.apk

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)