Skip to content

Commit

Permalink
chore(14.0-dev): release 1.1.0-beta (#19)
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] committed May 1, 2024
1 parent e15dda0 commit 82558de
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.3-beta"
".": "1.1.0-beta"
}
6 changes: 3 additions & 3 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ android_app {
},

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

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

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


### :sparkles: Features

* **#15:** adapt to Android 14.0 ([#16](https://github.com/iusmac/7SIM/issues/16)) ([e15dda0](https://github.com/iusmac/7SIM/commit/e15dda0ff164878cee05c5a914c60f49bd3c9a17))

## [1.0.3-beta](https://github.com/iusmac/7SIM/compare/v1.0.2-beta...v1.0.3-beta) (2024-04-29)


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

0 comments on commit 82558de

Please sign in to comment.