[1.2.0] Bump version

This commit is contained in:
Yavor Georgiev 2017-03-28 14:49:58 +02:00
parent 80818779ba
commit 2881cf5502
No known key found for this signature in database
GPG Key ID: 83FC145DA0CCA9C3
4 changed files with 11 additions and 11 deletions

View File

@ -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.

View File

@ -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

View File

@ -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",

View File

@ -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;