Skip to content

Commit 1017306

Browse files
Bump 1.1.0
1 parent d76059a commit 1017306

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.0] - 2025-11-08
2+
3+
### Features
4+
5+
* add age statistics ([d76059a](https://github.com/Crozzers/PostboxGO/commit/d76059a18aab51a4b93a8f7b4edf77b70b6b4010))
6+
* expand statistics with additional info ([b7406c0](https://github.com/Crozzers/PostboxGO/commit/b7406c0f2d126de61323f255ce89bc1675d6b644))
7+
8+
19
## [1.0.0] - 2025-10-26
210

311
### Features
@@ -150,3 +158,4 @@
150158
[1.0.0-alpha.13]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.12...1.0.0-alpha.13
151159
[1.0.0-alpha.14]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.13...1.0.0-alpha.14
152160
[1.0.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.14...1.0.0
161+
[1.1.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0...1.1.0

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 = 55
18-
versionName = "1.0.0"
17+
versionCode = 56
18+
versionName = "1.1.0"
1919

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

0 commit comments

Comments
 (0)