Skip to content

Commit 401a604

Browse files
[1.3.1] Bump version
1 parent 22d4b2e commit 401a604

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vnext
1+
1.3.1 Release notes (2017-5-18)
22
=============================================================
33
### Breaking changes
44
* None

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=1.3.0
2+
VERSION=1.3.1
33
REALM_CORE_VERSION=2.6.0
44
REALM_SYNC_VERSION=1.8.3
55
REALM_OBJECT_SERVER_VERSION=1.3.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "realm",
33
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"license": "Apache-2.0",
66
"homepage": "https://realm.io",
77
"keywords": [
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"get-version": "node -p process.env.npm_package_version",
4848
"set-version": "scripts/set-version.sh",
49-
"lint": "eslint",
49+
"lint": "eslint",
5050
"test": "scripts/test.sh",
5151
"install": "node-pre-gyp install --fallback-to-build",
5252
"build-changes": "node-pre-gyp build --fallback-to-build --debug --build-from-source",

src/RealmJS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@
956956
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
957957
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
958958
COPY_PHASE_STRIP = NO;
959-
CURRENT_PROJECT_VERSION = 1.3.0;
959+
CURRENT_PROJECT_VERSION = 1.3.1;
960960
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
961961
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
962962
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1020,7 +1020,7 @@
10201020
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10211021
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10221022
COPY_PHASE_STRIP = NO;
1023-
CURRENT_PROJECT_VERSION = 1.3.0;
1023+
CURRENT_PROJECT_VERSION = 1.3.1;
10241024
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10251025
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10261026
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)