[2.3.5] Bump version

This commit is contained in:
Kenneth Geisshirt 2018-04-25 12:54:25 +02:00
parent b321808f4b
commit 4d0cccb8e5
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
X.Y.Z Release notes
2.3.5 Release notes (2018-4-25)
=============================================================
### Compatibility
* Sync protocol: 24
@ -10,7 +10,8 @@ X.Y.Z Release notes
* None.
### Enhancements
* Add password reset wrappers (#1699).
* Added password reset wrappers (#1699).
* Added a certificate validation using Android Keystore for RN (#1761).
### Bug fixes
* Fixed logout error due to fetch body not being stringified (#1731).

View File

@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "2.3.4",
"version": "2.3.5",
"license": "Apache-2.0",
"homepage": "https://realm.io",
"keywords": [

View File

@ -969,7 +969,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.3.4;
CURRENT_PROJECT_VERSION = 2.3.5;
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1033,7 +1033,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.3.4;
CURRENT_PROJECT_VERSION = 2.3.5;
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;