Merge pull request #1543 from realm/kneth/sync-2.1.8
Upgrading to Realm Sync v2.1.8
This commit is contained in:
commit
c88fb4f09d
|
@ -1,4 +1,4 @@
|
||||||
X.Y.Z Release notes
|
2.0.12 Release notes
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* None.
|
* None.
|
||||||
|
@ -10,7 +10,7 @@ X.Y.Z Release notes
|
||||||
* Fixed a bug in 3rd party JSON parser: `localeconv()` does not exist on Android API < 21 and should not be called.
|
* Fixed a bug in 3rd party JSON parser: `localeconv()` does not exist on Android API < 21 and should not be called.
|
||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
* None.
|
* Upgraded to Realm Sync 2.1.8 (no external effects).
|
||||||
|
|
||||||
2.0.11 Release notes (2017-11-23)
|
2.0.11 Release notes (2017-11-23)
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.0.11
|
VERSION=2.0.11
|
||||||
REALM_CORE_VERSION=4.0.2
|
REALM_CORE_VERSION=4.0.2
|
||||||
REALM_SYNC_VERSION=2.1.7
|
REALM_SYNC_VERSION=2.1.8
|
||||||
REALM_OBJECT_SERVER_VERSION=2.0.21
|
REALM_OBJECT_SERVER_VERSION=2.0.21
|
||||||
|
|
Loading…
Reference in New Issue