1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3366 Protocol | Enhancement | MW 0.39.6 (#2077)

This commit is contained in:
Evgenii Kozlov 2025-02-10 10:40:03 +01:00 committed by GitHub
parent 60b3adf2c3
commit 59db223a26
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.39.5"
middlewareVersion = "v0.39.6"
kotlinVersion = '2.0.21'
kspVersion = "2.0.21-1.0.25"

View file

@ -64,4 +64,5 @@ message ObjectStoreChecksums {
int32 linksErase = 14;
int32 marketplaceForceReindexCounter = 15;
int32 reindexDeletedObjects = 16;
int32 reindexParticipants = 17;
}