Skip to content

Commit

Permalink
chore(14.0-dev): release 1.2.0-beta (#23)
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 Jun 2, 2024
1 parent bf404f6 commit 6e8ed16
Show file tree
Hide file tree
Showing 4 changed files with 16 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.1.0-beta"
".": "1.2.0-beta"
}
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ android_app {
},

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

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

## [1.2.0-beta](https://github.com/iusmac/7SIM/compare/v1.1.0-beta...v1.2.0-beta) (2024-06-02)


### :sparkles: Features

* **#2:** automatically supply the PIN code to unlock the SIM card ([#20](https://github.com/iusmac/7SIM/issues/20)) ([bf404f6](https://github.com/iusmac/7SIM/commit/bf404f62a51f831cf8e6f3a753800166c9c24a13))


### :wrench: Feature Tweaks

* get the background restriction option faster ([#22](https://github.com/iusmac/7SIM/issues/22)) ([c2c64e4](https://github.com/iusmac/7SIM/commit/c2c64e4f82b5bf89369664146905346558cc54b2))

## [1.1.0-beta](https://github.com/iusmac/7SIM/compare/v1.0.3-beta...v1.1.0-beta) (2024-05-01)


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

0 comments on commit 6e8ed16

Please sign in to comment.