Skip to content

Commit c2b6d9f

Browse files
chore(14.0-dev): release 2.0.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9672f0 commit c2b6d9f

4 files changed

Lines changed: 18 additions & 6 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-
".": "1.2.2-beta"
2+
".": "2.0.0"
33
}

Android.bp

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

4646
aaptflags: [
47-
"--version-name", "1.2.2-beta", // x-release-please-version
47+
"--version-name", "2.0.0", // x-release-please-version
4848
"--version-code",
49-
"1" + // x-release-please-major
50-
"2" + // x-release-please-minor
51-
"2", // x-release-please-patch
49+
"2" + // x-release-please-major
50+
"0" + // x-release-please-minor
51+
"0", // x-release-please-patch
5252
],
5353

5454
required: [

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/iusmac/7SIM/compare/v1.2.2-beta...v2.0.0) (2024-08-11)
4+
5+
6+
### :sparkles: Features
7+
8+
* **#1:** add an arbitrary number of schedules per SIM card ([#24](https://github.com/iusmac/7SIM/issues/24)) ([97d5aff](https://github.com/iusmac/7SIM/commit/97d5affbfd93464324c3c54a42eb181fa75503de))
9+
10+
11+
### :hammer_and_wrench: Miscellaneous Chores
12+
13+
* release 2.0.0 ([e10b842](https://github.com/iusmac/7SIM/commit/e10b8425b1dac4becd173ef90392d9784059618f))
14+
315
## [1.2.2-beta](https://github.com/iusmac/7SIM/compare/v1.2.1-beta...v1.2.2-beta) (2024-08-08)
416

517

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2-beta
1+
2.0.0

0 commit comments

Comments
 (0)