Skip to content

Commit af91b20

Browse files
chore(14.0-dev): release 2.0.2 (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c63427 commit af91b20

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

Android.bp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ android_app {
4444
},
4545

4646
aaptflags: [
47-
"--version-name", "2.0.1", // x-release-please-version
47+
"--version-name", "2.0.2", // x-release-please-version
4848
"--version-code",
4949
"2" + // x-release-please-major
5050
"0" + // x-release-please-minor
51-
"1", // x-release-please-patch
51+
"2", // x-release-please-patch
5252
],
5353

5454
required: [

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/iusmac/7SIM/compare/v2.0.1...v2.0.2) (2024-12-06)
4+
5+
6+
### :hammer_and_wrench: Miscellaneous Chores
7+
8+
* stability improvements and minor fixes (v2.0.2) ([9c63427](https://github.com/iusmac/7SIM/commit/9c634279972fed1818c24cb5a02c5b1bf890b3f6))
9+
310
## [2.0.1](https://github.com/iusmac/7SIM/compare/v2.0.0...v2.0.1) (2024-08-24)
411

512

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

0 commit comments

Comments
 (0)