From 026ac6e607e97f97ff89fc43707cc221d0f5be9e Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Fri, 21 Sep 2018 14:29:54 +0200 Subject: [PATCH] [2.16.1] Bump version --- CHANGELOG.md | 4 ++-- dependencies.list | 2 +- package.json | 2 +- src/RealmJS.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83627c4..71759259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -x.x.x Release notes (yyyy-MM-dd) +2.16.1 Release notes (2018-9-21) ============================================================= ## Enhancements * None ### Fixes -* Fixed a bug in creating credentials using an admin token. ([#2037](https://github.com/realm/realm-js/issues/2037), since v2.16.0-rc.2 +* Fixed a bug in creating credentials using an admin token. The app would stop saying `then()` is not a function. ([#2037](https://github.com/realm/realm-js/issues/2037), since v2.16.0-rc.2) ### Compatibility * File format: ver. 7 (upgrades automatically from previous formats) diff --git a/dependencies.list b/dependencies.list index 75deeb7f..82a30bf1 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=2.16.0 +VERSION=2.16.1 REALM_CORE_VERSION=5.10.0 REALM_SYNC_VERSION=3.9.9 REALM_OBJECT_SERVER_VERSION=3.0.0 diff --git a/package.json b/package.json index 3f3f19d6..f70ece08 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.16.0", + "version": "2.16.1", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [ diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 0e73bce5..9aa64309 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.16.0; + CURRENT_PROJECT_VERSION = 2.16.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.16.0; + CURRENT_PROJECT_VERSION = 2.16.1; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO;