Skip to content

Commit 2cc337c

Browse files
chore(16.0-dev): release 2.3.1
1 parent 6254db4 commit 2cc337c

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.3.0"
2+
".": "2.3.1"
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.3.0", // x-release-please-version
47+
"--version-name", "2.3.1", // x-release-please-version
4848
"--version-code",
4949
"2" + // x-release-please-major
5050
"3" + // x-release-please-minor
51-
"0", // x-release-please-patch
51+
"1", // 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.3.1](https://github.com/iusmac/7SIM/compare/v2.3.0...v2.3.1) (2025-10-05)
4+
5+
6+
### :bug: Bug Fixes
7+
8+
* **#82:** ensure content is scrolled beneath toolbar ([#83](https://github.com/iusmac/7SIM/issues/83)) ([6254db4](https://github.com/iusmac/7SIM/commit/6254db44a65c677b1a388121ab54c81bdcd16409))
9+
310
## [2.3.0](https://github.com/iusmac/7SIM/compare/v2.2.0...v2.3.0) (2025-09-28)
411

512

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

0 commit comments

Comments
 (0)