Skip to content

Commit 8ca5343

Browse files
chore(14.0-dev): release 1.2.1-beta (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6cb9afa commit 8ca5343

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0-beta"
2+
".": "1.2.1-beta"
33
}

Android.bp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ android_app {
4343
},
4444

4545
aaptflags: [
46-
"--version-name", "1.2.0-beta", // x-release-please-version
46+
"--version-name", "1.2.1-beta", // x-release-please-version
4747
"--version-code",
4848
"1" + // x-release-please-major
4949
"2" + // x-release-please-minor
50-
"0", // x-release-please-patch
50+
"1", // x-release-please-patch
5151
],
5252

5353
required: [

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1-beta](https://github.com/iusmac/7SIM/compare/v1.2.0-beta...v1.2.1-beta) (2024-06-24)
4+
5+
6+
### :bug: Bug Fixes
7+
8+
* handle SIM PIN decryption on devices without FBE support ([6cb9afa](https://github.com/iusmac/7SIM/commit/6cb9afa7ff06a1549d4587f5b59df9276c450f44))
9+
310
## [1.2.0-beta](https://github.com/iusmac/7SIM/compare/v1.1.0-beta...v1.2.0-beta) (2024-06-02)
411

512

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0-beta
1+
1.2.1-beta

0 commit comments

Comments
 (0)