Skip to content

Commit 6ddcdf5

Browse files
committed
[2.18.0] Bump version
1 parent a0585ed commit 6ddcdf5

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.18.0 Release notes (2018-10-4)
22
=============================================================
33
## Enhancements
44
* Added support for finding Realm-level permissions in Query-based Realms using `realm.getPermissions()`. ([#2036](https://github.com/realm/realm-js/pull/2036))

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=2.17.0
2+
VERSION=2.18.0
33
REALM_CORE_VERSION=5.10.1
44
REALM_SYNC_VERSION=3.10.0
55
REALM_OBJECT_SERVER_VERSION=3.11.1

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.17.0",
4+
"version": "2.18.0",
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.17.0;
972+
CURRENT_PROJECT_VERSION = 2.18.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.17.0;
1036+
CURRENT_PROJECT_VERSION = 2.18.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)