[2.3.0-alpha.9] Bump version
This commit is contained in:
parent
217ca17b9a
commit
8faac5561f
|
@ -1,4 +1,4 @@
|
|||
2.3.0 Release notes (2018-2-13)
|
||||
2.3.0 Release notes (2018-2-14)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* Sync protocol changed to version 24.
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
### Internal
|
||||
* Updated to Realm Core 5.2.0.
|
||||
* Updated to Realm Sync 3.0.0-beta.3.
|
||||
* Updated to Realm Sync 3.0.0-beta.4.
|
||||
* Tested against Realm Object Server 3.0.0-alpha.2.
|
||||
|
||||
2.2.8 Release notes (2018-2-13)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.3.0-alpha.7
|
||||
VERSION=2.3.0-alpha.9
|
||||
REALM_CORE_VERSION=5.2.0
|
||||
REALM_SYNC_VERSION=3.0.0-beta.3
|
||||
REALM_SYNC_VERSION=3.0.0-beta.4
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "realm",
|
||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||
"version": "2.3.0-alpha.8",
|
||||
"version": "2.3.0-alpha.9",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue