[2.19.0-rc.3] Bump version
This commit is contained in:
parent
1389858e6c
commit
ac9172ee6e
|
@ -1,4 +1,4 @@
|
|||
x.x.x Release notes (yyyy-MM-dd)
|
||||
2.19.0 Release notes (2018-10-16)
|
||||
=============================================================
|
||||
### Enhancements
|
||||
* Improved the proactive token refresh mechanism to make several attempts to refresh the token before it expires and to also ensure that there is only one ongoing refresh timer for a combination of user and realm path. Previously it was possible to end up in a situation where many redundant refreshes were scheduled for the same Realm. ([#2071](https://github.com/realm/realm-js/pull/2071), since v1.0.2)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.19.0-rc.2
|
||||
VERSION=2.19.0-rc.3
|
||||
REALM_CORE_VERSION=5.10.1
|
||||
REALM_SYNC_VERSION=3.10.0
|
||||
REALM_OBJECT_SERVER_VERSION=3.11.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "realm",
|
||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||
"version": "2.19.0-rc.2",
|
||||
"version": "2.19.0-rc.3",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue