[2.0.0-rc14] Bump version

This commit is contained in:
Kenneth Geisshirt 2017-09-29 00:33:51 +02:00
parent 51a4f524a9
commit 04cf15a36e
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
x.x.x Release notes (yyyy-MM-dd) 2.0.0 Release notes (2017-9-29)
============================================================= =============================================================
### Breaking changes ### Breaking changes
* Upgrading to Realm Core 4.0.0 (new file format) and Realm Sync 2.0.0-rc25. * Upgrading to Realm Core 4.0.0 and Realm Sync 2.0.0-rc25.
### Enhancements ### Enhancements
* None. * None.

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.0.0-rc13 VERSION=2.0.0-rc14
REALM_CORE_VERSION=4.0.0 REALM_CORE_VERSION=4.0.0
REALM_SYNC_VERSION=2.0.0-rc25 REALM_SYNC_VERSION=2.0.0-rc25
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.36 REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.36

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-rc13", "version": "2.0.0-rc14",
"license": "Apache-2.0", "license": "Apache-2.0",
"homepage": "https://realm.io", "homepage": "https://realm.io",
"keywords": [ "keywords": [