File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- vNext Release notes (TBD )
1
+ 1.8.2 Release notes (2017-6-26 )
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.8.1
2
+ VERSION=1.8.2
3
3
REALM_CORE_VERSION=2.8.4
4
4
REALM_SYNC_VERSION=1.10.1
5
5
REALM_OBJECT_SERVER_VERSION=1.7.6
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.8.1 " ,
4
+ "version" : " 1.8.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"homepage" : " https://realm.io" ,
7
7
"keywords" : [
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.8.1 ;
959
+ CURRENT_PROJECT_VERSION = 1.8.2 ;
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.8.1 ;
1023
+ CURRENT_PROJECT_VERSION = 1.8.2 ;
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