Skip to content

Commit 709e485

Browse files
build: release Flipcash 2026.5.5 (3717), bump to 2026.5.6
1 parent 4559f24 commit 709e485

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.well-known/release-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"updated": "2026-05-23T23:58:48Z",
2+
"updated": "2026-05-25T18:01:30Z",
33
"tracks": {
44
"production": {
5-
"versionCode": 3599,
6-
"versionName": "2026.5.4"
5+
"versionCode": 3717,
6+
"versionName": "2026.5.5"
77
},
88
"beta": null,
99
"alpha": null,

buildSrc/src/main/java/Packaging.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed class Packaging(
2727
object Flipcash : Packaging(
2828
majorVersion = 2026, // release year
2929
minorVersion = 5, // release month
30-
patchVersion = 5, // cycle in minor version
30+
patchVersion = 6, // cycle in minor version
3131
)
3232

3333
}

0 commit comments

Comments
 (0)