File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- x.x.x Release notes (yyyy-MM-dd )
1
+ 2.16.2 Release notes (2018-9-25 )
2
2
=============================================================
3
3
## Enhancements
4
4
* None
Original file line number Diff line number Diff line change 1
1
PACKAGE_NAME=realm-js
2
- VERSION=2.16.1
2
+ VERSION=2.16.2
3
3
REALM_CORE_VERSION=5.10.0
4
4
REALM_SYNC_VERSION=3.9.9
5
5
REALM_OBJECT_SERVER_VERSION=3.0.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" : " 2.16.1 " ,
4
+ "version" : " 2.16.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 969
969
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
970
970
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
971
971
COPY_PHASE_STRIP = NO;
972
- CURRENT_PROJECT_VERSION = 2.16.1 ;
972
+ CURRENT_PROJECT_VERSION = 2.16.2 ;
973
973
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
974
974
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
975
975
ENABLE_STRICT_OBJC_MSGSEND = YES;
1033
1033
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1034
1034
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1035
1035
COPY_PHASE_STRIP = NO;
1036
- CURRENT_PROJECT_VERSION = 2.16.1 ;
1036
+ CURRENT_PROJECT_VERSION = 2.16.2 ;
1037
1037
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
1038
1038
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1039
1039
ENABLE_NS_ASSERTIONS = NO;
You can’t perform that action at this time.
0 commit comments