Skip to content

Commit 8b9fc3c

Browse files
committed
[2.20.0] Bump version
1 parent b49f2f5 commit 8b9fc3c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x.x.x Release notes (yyyy-MM-dd)
1+
2.20.0 Release notes (2018-11-22)
22
=============================================================
33
### Enhancements
44
* Adds support for setting a custom User-Agent string using `Realm.Sync.setUserAgent(...)`. This string will be sent to the server when creating a connection. ([#2102](https://github.com/realm/realm-js/issues/2102))

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=2.19.1
2+
VERSION=2.20.0
33
REALM_CORE_VERSION=5.12.1
44
REALM_SYNC_VERSION=3.13.4
55
REALM_OBJECT_SERVER_VERSION=3.11.1

package.json

Lines changed: 1 addition & 1 deletion
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": "2.19.1",
4+
"version": "2.20.0",
55
"license": "See the actual license in the file LICENSE",
66
"homepage": "https://realm.io",
77
"keywords": [

src/RealmJS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
970970
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
971971
COPY_PHASE_STRIP = NO;
972-
CURRENT_PROJECT_VERSION = 2.19.1;
972+
CURRENT_PROJECT_VERSION = 2.20.0;
973973
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
974974
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
975975
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1033,7 +1033,7 @@
10331033
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10341034
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10351035
COPY_PHASE_STRIP = NO;
1036-
CURRENT_PROJECT_VERSION = 2.19.1;
1036+
CURRENT_PROJECT_VERSION = 2.20.0;
10371037
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10381038
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10391039
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)