Skip to content

Commit 25167c7

Browse files
ErikChevalierFlintWaveclaude
authored
chore(release): bump to 26.05.02 (search suggestions + update check) (#19)
Second published release: adds the OpenSearch suggestions endpoint and the opt-out launch-time GitHub update check on top of 26.05.01. versionCode 260502. Co-authored-by: FlintWave <flintwave@tuta.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent dc60c59 commit 25167c7

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "26.05.01"
2+
".": "26.05.02"
33
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ telemetry of any kind**. It aggregates results from several search engines, acts
1111
so those engines see no cookies/identifier from you, and keeps anything it stores encrypted at rest
1212
(with an optional zero-knowledge mode).
1313

14-
> **Status:** first release, **`26.05.01`**. Functional and verified on Android 15. Ongoing work and
14+
> **Status:** latest release **`26.05.02`**. Functional and verified on Android 15. Ongoing work and
1515
> design live in [`ROADMAP.md`](ROADMAP.md) and [`openspec/`](openspec/).
1616
1717
## What it does

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ val hasReleaseSigning =
5151
// date versioning: YY.MM.VV (two-digit year, month, and per-month build), set manually each release.
5252
// `versionCode` is derived as (YY*10000 + MM*100 + VV) so it always increases monotonically with the
5353
// date (e.g. 26.05.00 -> 260500, 26.06.00 -> 260600, 27.01.00 -> 270100). Bump this on each release.
54-
val appVersionName = "26.05.01"
54+
val appVersionName = "26.05.02"
5555
val appVersionCode =
5656
appVersionName
5757
.split("-")[0]

metadata/org.searchmob.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ RepoType: git
3030
Repo: https://github.com/FlintWave/SearchMob.git
3131

3232
Builds:
33-
- versionName: 26.05.01
34-
versionCode: 260501
35-
commit: v26.05.01
33+
- versionName: 26.05.02
34+
versionCode: 260502
35+
commit: v26.05.02
3636
subdir: app
3737
gradle:
3838
- yes
@@ -59,5 +59,5 @@ AutoUpdateMode: Version
5959
UpdateCheckMode: Tags ^v[0-9.]+$
6060
VercodeOperation:
6161
- "%c"
62-
CurrentVersion: 26.05.01
63-
CurrentVersionCode: 260501
62+
CurrentVersion: 26.05.02
63+
CurrentVersionCode: 260502

0 commit comments

Comments
 (0)