Skip to content

Commit

Permalink
chore(13.0-dev): release 1.0.1-beta (#10)
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 Apr 10, 2024
1 parent 1e63492 commit a52e627
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.0.0-beta"
".": "1.0.1-beta"
}
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ android_app {
},

aaptflags: [
"--version-name", "1.0.0-beta", // x-release-please-version
"--version-name", "1.0.1-beta", // x-release-please-version
"--version-code",
"1" + // x-release-please-major
"0" + // x-release-please-minor
"0", // x-release-please-patch
"1", // 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.0.1-beta](https://github.com/iusmac/7SIM/compare/v1.0.0-beta...v1.0.1-beta) (2024-04-10)


### :bug: Bug Fixes

* **#5:** fix crash on Android 14 due to QPR2 API changes ([#9](https://github.com/iusmac/7SIM/issues/9)) ([5b0e4ba](https://github.com/iusmac/7SIM/commit/5b0e4ba920d076970aa33e25e680747eb42f4cfd))
* **#7:** make scheduler respect user SIM enabled/disabled state if time matches current system time ([#11](https://github.com/iusmac/7SIM/issues/11)) ([1e63492](https://github.com/iusmac/7SIM/commit/1e634928b2a04c86379cb398777cd33fddb338e8))

## 1.0.0-beta (2024-04-08)


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

0 comments on commit a52e627

Please sign in to comment.