[2.0.0-rc5] Bump version
This commit is contained in:
parent
614c699385
commit
88dbbb4e50
|
@ -31,14 +31,6 @@
|
||||||
* None
|
* None
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
### Breaking changes
|
|
||||||
* None
|
|
||||||
|
|
||||||
### Enhancements
|
|
||||||
* None
|
|
||||||
|
|
||||||
### Bug fixes
|
|
||||||
* RN 0.47 no longer breaks for Android due to a superfluous @override annotation
|
|
||||||
|
|
||||||
|
|
||||||
1.10.1 Release notes (2017-8-2)
|
1.10.1 Release notes (2017-8-2)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.0.0-rc4
|
VERSION=2.0.0-rc5
|
||||||
REALM_CORE_VERSION=3.0.0-rc3
|
REALM_CORE_VERSION=3.0.0-rc3
|
||||||
REALM_SYNC_VERSION=2.0.0-rc12
|
REALM_SYNC_VERSION=2.0.0-rc12
|
||||||
REALM_OBJECT_SERVER_VERSION=2.0.0-rc2
|
REALM_OBJECT_SERVER_VERSION=2.0.0-rc2
|
||||||
|
|
|
@ -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-rc4",
|
"version": "2.0.0-rc5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue