[2.0.0-rc20] Bump version
This commit is contained in:
parent
270604a347
commit
00c0bc33d0
|
@ -1,4 +1,4 @@
|
|||
X.Y.Z Release notes
|
||||
2.0.0-rc20 Release notes (2017-10-11)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None
|
||||
|
@ -14,8 +14,6 @@ X.Y.Z Release notes
|
|||
### Internal
|
||||
* Upgrading to Realm Sync 2.0.0-rc28.
|
||||
* 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.
|
||||
* Added `-fvisibility=hidden` to Android builds (reduces size of `.so` file).
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0-rc19
|
||||
VERSION=2.0.0-rc20
|
||||
REALM_CORE_VERSION=4.0.1
|
||||
REALM_SYNC_VERSION=2.0.0-rc28
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "realm",
|
||||
"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",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue