Skip to content

Commit

Permalink
chore(14.0-dev): release 2.0.2 (#36)
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 Dec 6, 2024
1 parent 9c63427 commit af91b20
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 @@
{
".": "2.0.1"
".": "2.0.2"
}
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ android_app {
},

aaptflags: [
"--version-name", "2.0.1", // x-release-please-version
"--version-name", "2.0.2", // x-release-please-version
"--version-code",
"2" + // x-release-please-major
"0" + // x-release-please-minor
"1", // x-release-please-patch
"2", // 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

## [2.0.2](https://github.com/iusmac/7SIM/compare/v2.0.1...v2.0.2) (2024-12-06)


### :hammer_and_wrench: Miscellaneous Chores

* stability improvements and minor fixes (v2.0.2) ([9c63427](https://github.com/iusmac/7SIM/commit/9c634279972fed1818c24cb5a02c5b1bf890b3f6))

## [2.0.1](https://github.com/iusmac/7SIM/compare/v2.0.0...v2.0.1) (2024-08-24)


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

0 comments on commit af91b20

Please sign in to comment.