Skip to content

Commit e51456f

Browse files
committed
[2.16.2] Bump version
1 parent be98a77 commit e51456f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x.x.x Release notes (yyyy-MM-dd)
1+
2.16.2 Release notes (2018-9-25)
22
=============================================================
33
## Enhancements
44
* None

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=2.16.1
2+
VERSION=2.16.2
33
REALM_CORE_VERSION=5.10.0
44
REALM_SYNC_VERSION=3.9.9
55
REALM_OBJECT_SERVER_VERSION=3.0.0

package.json

+1-1
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.16.1",
4+
"version": "2.16.2",
55
"license": "Apache-2.0",
66
"homepage": "https://realm.io",
77
"keywords": [

src/RealmJS.xcodeproj/project.pbxproj

+2-2
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.16.1;
972+
CURRENT_PROJECT_VERSION = 2.16.2;
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.16.1;
1036+
CURRENT_PROJECT_VERSION = 2.16.2;
10371037
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10381038
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10391039
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)