Bump sync version (#1938)

This commit is contained in:
Yavor Georgiev 2018-07-24 19:28:23 +03:00 committed by GitHub
parent 2d8040c86b
commit 674fad361a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,24 @@
X.Y.Z Release notes (TBD)
=============================================================
### Compatibility
* Sync protocol: 24
* Server-side history format: 4
* File format: 7
* Realm Object Server: 3.0.0 or later
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* [Sync] Various bugfixes.
### Internals
* Upgraded to Realm Core v5.7.2.
* Upgraded to Realm Sync v3.8.3.
2.13.0 Release notes (2018-7-12)
=============================================================
### Compatibility

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.13.0
REALM_CORE_VERSION=5.7.1
REALM_SYNC_VERSION=3.8.0
REALM_CORE_VERSION=5.7.2
REALM_SYNC_VERSION=3.8.3
REALM_OBJECT_SERVER_VERSION=3.0.0