Skip to content

Commit c8e2a41

Browse files
Bump 1.0.0-alpha.12
1 parent dd9348c commit c8e2a41

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.0-alpha.12] - 2025-10-05
2+
3+
### Bug Fixes
4+
5+
* statistics view crashing when no postboxes registered ([dd9348c](https://github.com/Crozzers/PostboxGO/commit/dd9348c9bb494e2ed6db9acc602bc094b3267fe1))
6+
7+
18
## [1.0.0-alpha.11] - 2025-10-05
29

310
### Bug Fixes
@@ -117,3 +124,4 @@
117124
[1.0.0-alpha.9]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.8...1.0.0-alpha.9
118125
[1.0.0-alpha.10]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.10
119126
[1.0.0-alpha.11]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.11
127+
[1.0.0-alpha.12]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.12

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 = 49
18-
versionName = "1.0.0-alpha.11"
17+
versionCode = 50
18+
versionName = "1.0.0-alpha.12"
1919

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

0 commit comments

Comments
 (0)