[2.0.0-rc20] Bump version

This commit is contained in:
Kenneth Geisshirt 2017-10-11 22:14:46 +02:00
parent 270604a347
commit 00c0bc33d0
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
X.Y.Z Release notes 2.0.0-rc20 Release notes (2017-10-11)
============================================================= =============================================================
### Breaking changes ### Breaking changes
* None * None
@ -14,8 +14,6 @@ X.Y.Z Release notes
### Internal ### Internal
* Upgrading to Realm Sync 2.0.0-rc28. * Upgrading to Realm Sync 2.0.0-rc28.
* Upgrading to Realm Object Server 2.0.0-rc.4. * Upgrading to Realm Object Server 2.0.0-rc.4.
### Internal
* OpenSSL for Android is distributed in a separate package, and the build system needed updates to accommendate this. * OpenSSL for Android is distributed in a separate package, and the build system needed updates to accommendate this.
* Added `-fvisibility=hidden` to Android builds (reduces size of `.so` file). * Added `-fvisibility=hidden` to Android builds (reduces size of `.so` file).

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.0.0-rc19 VERSION=2.0.0-rc20
REALM_CORE_VERSION=4.0.1 REALM_CORE_VERSION=4.0.1
REALM_SYNC_VERSION=2.0.0-rc28 REALM_SYNC_VERSION=2.0.0-rc28
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.4 REALM_OBJECT_SERVER_VERSION=2.0.0-rc.4

View File

@ -1,7 +1,7 @@
{ {
"name": "realm", "name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "2.0.0-rc19", "version": "2.0.0-rc20",
"license": "Apache-2.0", "license": "Apache-2.0",
"homepage": "https://realm.io", "homepage": "https://realm.io",
"keywords": [ "keywords": [