Skip to content

Commit

Permalink
chore(13.0-dev): release 1.0.3-beta (#18)
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 30, 2024
1 parent 43becdb commit f8a4dbc
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2-beta"
".": "1.0.3-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.2-beta", // x-release-please-version
"--version-name", "1.0.3-beta", // x-release-please-version
"--version-code",
"1" + // x-release-please-major
"0" + // x-release-please-minor
"2", // x-release-please-patch
"3", // 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.0.3-beta](https://github.com/iusmac/7SIM/compare/v1.0.2-beta...v1.0.3-beta) (2024-04-29)


### :wrench: Feature Tweaks

* **ui/CollapsingToolbar:** enforce fade collapse effect for the title & header content background color ([#17](https://github.com/iusmac/7SIM/issues/17)) ([43becdb](https://github.com/iusmac/7SIM/commit/43becdb92586d506dd8b97422710bc6a67f6327c))

## [1.0.2-beta](https://github.com/iusmac/7SIM/compare/v1.0.1-beta...v1.0.2-beta) (2024-04-11)


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

0 comments on commit f8a4dbc

Please sign in to comment.