[2.0.0] Bump version
This commit is contained in:
parent
eef7fcff0f
commit
32a53cd3e5
|
@ -1,4 +1,4 @@
|
|||
2.0.0 Release notes
|
||||
2.0.0 Release notes (2017-10-16)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* Switch to Sync protocol 2.0, compatible with Realm Object Server 2.0.0. This version does NOT support 1.x.x of Realm Object Server.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0-rc22
|
||||
VERSION=2.0.0
|
||||
REALM_CORE_VERSION=4.0.2
|
||||
REALM_SYNC_VERSION=2.0.2
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "realm",
|
||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||
"version": "2.0.0-rc22",
|
||||
"version": "2.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue