[2.19.1] Bump version

This commit is contained in:
Kenneth Geisshirt 2018-11-15 15:32:21 +01:00
parent d67cf99f33
commit 0a178397e2
4 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,4 @@
2.19.1 Release notes (2018-11-15)
=============================================================
### Enhancements
* None.
@ -18,7 +19,7 @@
* Distinguish between node.js and electron in the `BindingType` field when submitting analytics. ([#2108](https://github.com/realm/realm-js/pull/2108))
* Adds a package to compute the Windows analytics identifier rather than returning `null` which likely accounts for the disproportionally large number of unique Windows users. ([#2108](https://github.com/realm/realm-js/pull/2108))
* Upgrades to Realm Core v5.12.1.
* Upgrades to Realm Sync v3.13.3.
* Upgrades to Realm Sync v3.13.4.
2.19.0 Release notes (2018-11-8)
=============================================================

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.19.0
VERSION=2.19.1
REALM_CORE_VERSION=5.12.1
REALM_SYNC_VERSION=3.13.3
REALM_SYNC_VERSION=3.13.4
REALM_OBJECT_SERVER_VERSION=3.11.1

View File

@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "2.19.0",
"version": "2.19.1",
"license": "See the actual license in the file LICENSE",
"homepage": "https://realm.io",
"keywords": [

View File

@ -969,7 +969,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.19.0;
CURRENT_PROJECT_VERSION = 2.19.1;
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1033,7 +1033,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.19.0;
CURRENT_PROJECT_VERSION = 2.19.1;
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;