Skip to content

Commit 0f751bc

Browse files
Bump 1.0.0-alpha.11
1 parent 8f4b3ff commit 0f751bc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.0.0-alpha.11] - 2025-10-05
2+
3+
### Bug Fixes
4+
5+
* navigation rail items being obscured by camera cutout in landscape mode ([8f4b3ff](https://github.com/Crozzers/PostboxGO/commit/8f4b3ff9a29187c56041b343dbd86567eb992e05))
6+
* no postboxes found helper text referring to button that has been moved ([814692e](https://github.com/Crozzers/PostboxGO/commit/814692ec318c6fc56989b5765ba4e9716e8e8eba))
7+
8+
9+
### Features
10+
11+
* add m type postbox icon ([b6942bc](https://github.com/Crozzers/PostboxGO/commit/b6942bc9c1c431ea0813acf8fe527f544b754f3b))
12+
13+
114
## [1.0.0-alpha.10] - 2025-09-21
215

316
### Bug Fixes
@@ -103,3 +116,4 @@
103116
[1.0.0-alpha.8]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.7...1.0.0-alpha.8
104117
[1.0.0-alpha.9]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.8...1.0.0-alpha.9
105118
[1.0.0-alpha.10]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.10
119+
[1.0.0-alpha.11]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.11

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.crozzers.postboxgo"
1515
minSdk = 26
1616
targetSdk = 36
17-
versionCode = 48
18-
versionName = "1.0.0-alpha.10"
17+
versionCode = 49
18+
versionName = "1.0.0-alpha.11"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)