Skip to content

Commit 6148ebd

Browse files
Bump 1.2.1
1 parent 912d1c9 commit 6148ebd

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.2.1] - 2025-11-14
2+
3+
### Bug Fixes
4+
5+
* padding around unverified postbox card in details view ([fde75e6](https://github.com/Crozzers/PostboxGO/commit/fde75e614af716ec0da08fba8a853004dbf12d9b))
6+
7+
18
## [1.2.0] - 2025-11-14
29

310
### Bug Fixes
@@ -173,3 +180,4 @@
173180
[1.0.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.14...1.0.0
174181
[1.1.0]: https://github.com/Crozzers/PostboxGO/compare/1.0.0...1.1.0
175182
[1.2.0]: https://github.com/Crozzers/PostboxGO/compare/1.1.0...1.2.0
183+
[1.2.1]: https://github.com/Crozzers/PostboxGO/compare/1.2.0...1.2.1

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

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

0 commit comments

Comments
 (0)