Skip to content

Commit f8a3a66

Browse files
Bump 1.2.2
1 parent 5b6abfb commit f8a3a66

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.2.2] - 2025-11-28
2+
3+
### Bug Fixes
4+
5+
* app crashing in offline mode ([8839ac8](https://github.com/Crozzers/PostboxGO/commit/8839ac8095cbb589968e8bc8f90e71a8f9aed398))
6+
* requests to royal mail api failing ([5b6abfb](https://github.com/Crozzers/PostboxGO/commit/5b6abfb4d3ba390233daf0c990091d69bca20153))
7+
8+
19
## [1.2.1] - 2025-11-14
210

311
### Bug Fixes
@@ -181,3 +189,4 @@
181189
[1.1.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0...1.1.0
182190
[1.2.0]: https://github.com/Crozzers/PostboxGO/compare/1.1.0...1.2.0
183191
[1.2.1]: https://github.com/Crozzers/PostboxGO/compare/1.2.0...1.2.1
192+
[1.2.2]: https://github.com/Crozzers/PostboxGO/compare/1.2.1...1.2.2

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 = 58
18-
versionName = "1.2.1"
17+
versionCode = 59
18+
versionName = "1.2.2"
1919

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

0 commit comments

Comments
 (0)