From 2881cf550202d138d03986e629fac9c15a0e6817 Mon Sep 17 00:00:00 2001 From: Yavor Georgiev Date: Tue, 28 Mar 2017 14:49:58 +0200 Subject: [PATCH] [1.2.0] Bump version --- CHANGELOG.md | 2 +- dependencies.list | 2 +- package.json | 14 +++++++------- src/RealmJS.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3baa4b5..1823ddcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -x.y.z Release notes (TBD) +1.2.0 Release notes (2017-3-28) ============================================================= ### Breaking changes * This version is not compatible with versions of the Realm Object Server lower than 1.3.0. diff --git a/dependencies.list b/dependencies.list index a90f1a4b..44452aff 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=1.1.1 +VERSION=1.2.0 REALM_CORE_VERSION=2.4.0 REALM_SYNC_VERSION=1.4.2 REALM_OBJECT_SERVER_VERSION=1.3.0 diff --git a/package.json b/package.json index 36a2c9cf..4ba3510f 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": "1.1.1", + "version": "1.2.0", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [ @@ -58,12 +58,12 @@ "jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json", "node-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..", "node-nosync-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..", - "test-runner:ava" :"cd tests/test-runners/ava && npm install && npm test", - "test-runner:mocha" :"cd tests/test-runners/mocha && npm install && npm test", - "test-runner:jest" :"cd tests/test-runners/jest && npm install && npm test", - "test-runners" : "npm run test-runner:ava && npm run test-runner:mocha && npm run test-runner:jest", - "isMac" : "node -p \"if (process.platform == 'darwin') { process.exit(0); } else { process.exit(-1); }\"", - "testMac" : "npm run isMac -s && echo this is mac || echo . " + "test-runner:ava": "cd tests/test-runners/ava && npm install && npm test", + "test-runner:mocha": "cd tests/test-runners/mocha && npm install && npm test", + "test-runner:jest": "cd tests/test-runners/jest && npm install && npm test", + "test-runners": "npm run test-runner:ava && npm run test-runner:mocha && npm run test-runner:jest", + "isMac": "node -p \"if (process.platform == 'darwin') { process.exit(0); } else { process.exit(-1); }\"", + "testMac": "npm run isMac -s && echo this is mac || echo . " }, "dependencies": { "extract-zip": "^1.6.0", diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 11575c54..85d57fb2 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -911,7 +911,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.1.1; + CURRENT_PROJECT_VERSION = 1.2.0; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -975,7 +975,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.1.1; + CURRENT_PROJECT_VERSION = 1.2.0; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO;