[0.15.0-rc2] Bump version
This commit is contained in:
parent
fabaf5e819
commit
b8713eeeb0
|
@ -4,7 +4,8 @@
|
||||||
* None
|
* None
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* Support for fine grained notifications
|
* Support for fine grained notifications for `List` and `Results` classes
|
||||||
|
* Node.js support
|
||||||
* Updated test and examples for react-natve v0.37.0
|
* Updated test and examples for react-natve v0.37.0
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
|
@ -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": "0.15.0-rc",
|
"version": "0.15.0-rc2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue