File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- vnext
1
+ 1.3.1 Release notes (2017-5-18)
2
2
=============================================================
3
3
### Breaking changes
4
4
* None
Original file line number Diff line number Diff line change 1
1
PACKAGE_NAME=realm-js
2
- VERSION=1.3.0
2
+ VERSION=1.3.1
3
3
REALM_CORE_VERSION=2.6.0
4
4
REALM_SYNC_VERSION=1.8.3
5
5
REALM_OBJECT_SERVER_VERSION=1.3.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " realm" ,
3
3
"description" : " Realm is a mobile database: an alternative to SQLite and key-value stores" ,
4
- "version" : " 1.3.0 " ,
4
+ "version" : " 1.3.1 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"homepage" : " https://realm.io" ,
7
7
"keywords" : [
46
46
"scripts" : {
47
47
"get-version" : " node -p process.env.npm_package_version" ,
48
48
"set-version" : " scripts/set-version.sh" ,
49
- "lint" : " eslint" ,
49
+ "lint" : " eslint" ,
50
50
"test" : " scripts/test.sh" ,
51
51
"install" : " node-pre-gyp install --fallback-to-build" ,
52
52
"build-changes" : " node-pre-gyp build --fallback-to-build --debug --build-from-source" ,
Original file line number Diff line number Diff line change 956
956
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
957
957
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
958
958
COPY_PHASE_STRIP = NO;
959
- CURRENT_PROJECT_VERSION = 1.3.0 ;
959
+ CURRENT_PROJECT_VERSION = 1.3.1 ;
960
960
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
961
961
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
962
962
ENABLE_STRICT_OBJC_MSGSEND = YES;
1020
1020
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1021
1021
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1022
1022
COPY_PHASE_STRIP = NO;
1023
- CURRENT_PROJECT_VERSION = 1.3.0 ;
1023
+ CURRENT_PROJECT_VERSION = 1.3.1 ;
1024
1024
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
1025
1025
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1026
1026
ENABLE_NS_ASSERTIONS = NO;
You can’t perform that action at this time.
0 commit comments