From 0a178397e24ca349f4e4c25b5f5f5d800cd2ed66 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Thu, 15 Nov 2018 15:32:21 +0100 Subject: [PATCH] [2.19.1] Bump version --- CHANGELOG.md | 3 ++- dependencies.list | 4 ++-- package.json | 2 +- src/RealmJS.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64fedd8..b4d7f457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ============================================================= diff --git a/dependencies.list b/dependencies.list index 0cabe467..b3e729c3 100644 --- a/dependencies.list +++ b/dependencies.list @@ -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 diff --git a/package.json b/package.json index 2b3c6b89..1e7f466f 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 64f31ec1..e4a4a2bb 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -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;