[2.19.0] Bump version
This commit is contained in:
parent
f930c0c3b3
commit
e26bef3cd6
|
@ -1,4 +1,4 @@
|
||||||
x.x.x Release notes (yyyy-MM-dd)
|
2.19.0 Release notes (2018-11-8)
|
||||||
=============================================================
|
=============================================================
|
||||||
This release contains all changes from v2.19.0-rc.1 to v2.19.0-rc.5.
|
This release contains all changes from v2.19.0-rc.1 to v2.19.0-rc.5.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.19.0-rc.5
|
VERSION=2.19.0
|
||||||
REALM_CORE_VERSION=5.12.0
|
REALM_CORE_VERSION=5.12.0
|
||||||
REALM_SYNC_VERSION=3.13.1
|
REALM_SYNC_VERSION=3.13.1
|
||||||
REALM_OBJECT_SERVER_VERSION=3.11.1
|
REALM_OBJECT_SERVER_VERSION=3.11.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "realm",
|
"name": "realm",
|
||||||
"version": "2.19.0-rc.4",
|
"version": "2.19.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -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.19.0-rc.5",
|
"version": "2.19.0",
|
||||||
"license": "See the actual license in the file LICENSE",
|
"license": "See the actual license in the file LICENSE",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue