Upgrading to Realm Sync v2.1.8

This commit is contained in:
Kenneth Geisshirt 2017-11-30 14:51:17 +01:00
parent 0eaa27f30f
commit 5dac78a97a
2 changed files with 2 additions and 2 deletions

View File

@ -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.
2.0.11 Release notes (2017-11-23) 2.0.11 Release notes (2017-11-23)
============================================================= =============================================================

View File

@ -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