Skip to content

Commit 0a17839

Browse files
committed
[2.19.1] Bump version
1 parent d67cf99 commit 0a17839

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.19.1 Release notes (2018-11-15)
12
=============================================================
23
### Enhancements
34
* None.
@@ -18,7 +19,7 @@
1819
* Distinguish between node.js and electron in the `BindingType` field when submitting analytics. ([#2108](https://github.com/realm/realm-js/pull/2108))
1920
* 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))
2021
* Upgrades to Realm Core v5.12.1.
21-
* Upgrades to Realm Sync v3.13.3.
22+
* Upgrades to Realm Sync v3.13.4.
2223

2324
2.19.0 Release notes (2018-11-8)
2425
=============================================================

Diff for: dependencies.list

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=2.19.0
2+
VERSION=2.19.1
33
REALM_CORE_VERSION=5.12.1
4-
REALM_SYNC_VERSION=3.13.3
4+
REALM_SYNC_VERSION=3.13.4
55
REALM_OBJECT_SERVER_VERSION=3.11.1

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "realm",
33
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
4-
"version": "2.19.0",
4+
"version": "2.19.1",
55
"license": "See the actual license in the file LICENSE",
66
"homepage": "https://realm.io",
77
"keywords": [

Diff for: src/RealmJS.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
970970
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
971971
COPY_PHASE_STRIP = NO;
972-
CURRENT_PROJECT_VERSION = 2.19.0;
972+
CURRENT_PROJECT_VERSION = 2.19.1;
973973
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
974974
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
975975
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1033,7 +1033,7 @@
10331033
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10341034
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10351035
COPY_PHASE_STRIP = NO;
1036-
CURRENT_PROJECT_VERSION = 2.19.0;
1036+
CURRENT_PROJECT_VERSION = 2.19.1;
10371037
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10381038
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10391039
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)