From 3e55944818081fdc980535c4c15540ce7cd05920 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Mon, 8 Aug 2016 10:32:17 -0700 Subject: [PATCH] [0.14.3-rc] Bump version --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- src/RealmJS.xcodeproj/project.pbxproj | 8 ++++---- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5210cd..cbefd492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -x.x.x Release notes (yyyy-MM-dd) +0.14.3 Release notes (2016-8-8) +============================================================= +### Breaking changes +* None + +### Enhancements +* None + +### Bugfixes +* Support for react-native v0.31.0 + +0.14.2 Release notes (2016-8-3) ============================================================= ### Breaking changes * Deprecate `Realm.Types`. Please specify the type name as lowercase string instead. diff --git a/package.json b/package.json index 64c417ed..9209a28f 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": "0.14.2", + "version": "0.14.3-rc", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [ diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 7613a1dc..39dddd36 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -924,7 +924,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.14.2; + CURRENT_PROJECT_VERSION = 0.14.3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -985,7 +985,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.14.2; + CURRENT_PROJECT_VERSION = 0.14.3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1059,7 +1059,7 @@ buildSettings = { DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.14.2; + DYLIB_CURRENT_VERSION = 0.14.3; EXECUTABLE_PREFIX = lib; GCC_PREPROCESSOR_DEFINITIONS = ( "REALM_PLATFORM_NODE=1", @@ -1093,7 +1093,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 0.14.2; + DYLIB_CURRENT_VERSION = 0.14.3; EXECUTABLE_PREFIX = lib; GCC_PREPROCESSOR_DEFINITIONS = ( "REALM_PLATFORM_NODE=1",