Skip to content

Commit 308ca8c

Browse files
Bump 1.0.0-alpha.13
1 parent 3ae1875 commit 308ca8c

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.13] - 2025-10-21
2+
3+
### Features
4+
5+
* ensure exact search matches are prioritised in list view ([3ae1875](https://github.com/Crozzers/PostboxGO/commit/3ae1875c6a7d9bf78e2dfbdc55b228ffbe8e48cf))
6+
7+
18
## [1.0.0-alpha.12] - 2025-10-05
29

310
### Bug Fixes
@@ -125,3 +132,4 @@
125132
[1.0.0-alpha.10]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.10
126133
[1.0.0-alpha.11]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.11
127134
[1.0.0-alpha.12]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.12
135+
[1.0.0-alpha.13]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.13

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

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

0 commit comments

Comments
 (0)