[2.16.0] Bump version
This commit is contained in:
parent
4d81bc2356
commit
41e1d9f689
|
@ -1,4 +1,4 @@
|
||||||
X.Y.Z Release notes
|
2.16.0 Release notes (2018-9-19)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* Added support for [ASDF](https://github.com/asdf-vm/asdf-nodejs) nodejs shims. Thanks to @breezeight! ([#2031](https://github.com/realm/realm-js/issues/2031))
|
* Added support for [ASDF](https://github.com/asdf-vm/asdf-nodejs) nodejs shims. Thanks to @breezeight! ([#2031](https://github.com/realm/realm-js/issues/2031))
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.16.0-rc.2
|
VERSION=2.16.0
|
||||||
REALM_CORE_VERSION=5.10.0
|
REALM_CORE_VERSION=5.10.0
|
||||||
REALM_SYNC_VERSION=3.9.9
|
REALM_SYNC_VERSION=3.9.9
|
||||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||||
|
|
|
@ -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.16.0-rc.2",
|
"version": "2.16.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue