@@ -35,7 +35,7 @@ docker run -d \
3535 -p 33020:33020/udp \
3636 -v $( pwd) /data:/data \
3737 --restart unless-stopped \
38- ghcr.io/grishy/any-sync-bundle:1.3.0 -2026-01-31
38+ ghcr.io/grishy/any-sync-bundle:1.3.1 -2026-02-16
3939```
4040
4141After the first run, import ` ./data/client-config.yml ` into Anytype apps.
@@ -69,11 +69,11 @@ After the first run, import `./data/client-config.yml` into Anytype apps.
6969
7070### Version
7171
72- Current version: ** ` v1.3.0 -2026-01-31 ` **
72+ Current version: ** ` v1.3.1 -2026-02-16 ` **
7373
7474Format: ` v[bundle-version]-[anytype-compatibility-date] `
7575
76- - ` v1.3.0 ` – Bundle's semantic version (SemVer)
76+ - ` v1.3.1 ` – Bundle's semantic version (SemVer)
7777- ` 2026-01-31 ` – Anytype any-sync compatibility date from [ anytype.io] ( https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/ )
7878
7979> Compatibility: From 1.x onward we follow SemVer; 1.x upgrades are non‑breaking.
@@ -84,8 +84,8 @@ Format: `v[bundle-version]-[anytype-compatibility-date]`
8484
8585| Image Tag | Description |
8686| --------------------------------------------------------- | ----------------------------------- |
87- | ` ghcr.io/grishy/any-sync-bundle:1.3.0 -2026-01-31 ` | All-in-one (embedded MongoDB/Redis) |
88- | ` ghcr.io/grishy/any-sync-bundle:1.3.0 -2026-01-31 -minimal ` | Minimal (external MongoDB/Redis) |
87+ | ` ghcr.io/grishy/any-sync-bundle:1.3.1 -2026-02-16 ` | All-in-one (embedded MongoDB/Redis) |
88+ | ` ghcr.io/grishy/any-sync-bundle:1.3.1 -2026-02-16 -minimal ` | Minimal (external MongoDB/Redis) |
8989
9090Latest tags (` :latest ` , ` :minimal ` ) are available, but explicit version tags are recommended.
9191
0 commit comments