Skip to content

Commit

Permalink
chore(14.0-dev): release 1.2.2-beta (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 8, 2024
1 parent 75fbe4b commit 7bf3233
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1-beta"
".": "1.2.2-beta"
}
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ android_app {
},

aaptflags: [
"--version-name", "1.2.1-beta", // x-release-please-version
"--version-name", "1.2.2-beta", // x-release-please-version
"--version-code",
"1" + // x-release-please-major
"2" + // x-release-please-minor
"1", // x-release-please-patch
"2", // x-release-please-patch
],

required: [
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.2-beta](https://github.com/iusmac/7SIM/compare/v1.2.1-beta...v1.2.2-beta) (2024-08-08)


### :bug: Bug Fixes

* don't force reset user SIM enabled state after system time alter ([5b414e9](https://github.com/iusmac/7SIM/commit/5b414e937399527d443b9a1bf6307d606df8a0e9))
* ignore carrier config changes during early boot before syncing SIM cards ([75fbe4b](https://github.com/iusmac/7SIM/commit/75fbe4b1a57262a96926830d951362f841586df7))

## [1.2.1-beta](https://github.com/iusmac/7SIM/compare/v1.2.0-beta...v1.2.1-beta) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1-beta
1.2.2-beta

0 comments on commit 7bf3233

Please sign in to comment.