[0.14.0-rc] Bump version

This commit is contained in:
Scott Kyle 2016-06-28 12:15:36 -07:00
parent 6109675749
commit 63adf8732e
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
x.x.x Release notes (yyyy-MM-dd)
0.14.1 Release notes (2016-6-28)
=============================================================
### Breaking changes
* None

View File

@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "0.14.0",
"version": "0.14.1-rc",
"license": "Apache-2.0",
"homepage": "https://realm.io",
"keywords": [

View File

@ -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.0;
CURRENT_PROJECT_VERSION = 0.14.1;
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.0;
CURRENT_PROJECT_VERSION = 0.14.1;
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.0;
DYLIB_CURRENT_VERSION = 0.14.1;
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.0;
DYLIB_CURRENT_VERSION = 0.14.1;
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = (
"REALM_PLATFORM_NODE=1",