Skip to content

Commit 587d44b

Browse files
Bump 1.2.0
1 parent cb4c914 commit 587d44b

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.2.0] - 2025-11-14
2+
3+
### Bug Fixes
4+
5+
* incorrect end date for reign of george 6th ([9660039](https://github.com/Crozzers/PostboxGO/commit/9660039236f8a4439d0115f992f0af9f558e2745))
6+
7+
8+
### Features
9+
10+
* add icons for the royal cyphers ([d198359](https://github.com/Crozzers/PostboxGO/commit/d198359c0ddb704da962bca9493df10d7c03a43d))
11+
* re-vamp postbox details view ([cb4c914](https://github.com/Crozzers/PostboxGO/commit/cb4c9144498f2107e37660d99df0f0c2c8943666))
12+
13+
114
## [1.1.0] - 2025-11-08
215

316
### Features
@@ -159,3 +172,4 @@
159172
[1.0.0-alpha.14]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.13...1.0.0-alpha.14
160173
[1.0.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.14...1.0.0
161174
[1.1.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0...1.1.0
175+
[1.2.0]: https://github.com/Crozzers/PostboxGO/compare/1.1.0...1.2.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 = 56
18-
versionName = "1.1.0"
17+
versionCode = 57
18+
versionName = "1.2.0"
1919

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

0 commit comments

Comments
 (0)