Skip to content

Commit 6dd618c

Browse files
committed
[2.23.0] Bump version
1 parent b418084 commit 6dd618c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.23.0 Release notes (2019-2-1)
22
=============================================================
33
### Enhancements
44
* Added `Realm.copyBundledRealmFiles()` to TypeScript definitions. ([#2176](https://github.com/realm/realm-js/issues/2176))

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.22.0
2+
VERSION=2.23.0
33
REALM_CORE_VERSION=5.13.0
44
REALM_SYNC_VERSION=3.14.14
55
REALM_OBJECT_SERVER_VERSION=3.11.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.22.0",
4+
"version": "2.23.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
@@ -975,7 +975,7 @@
975975
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
976976
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
977977
COPY_PHASE_STRIP = NO;
978-
CURRENT_PROJECT_VERSION = 2.22.0;
978+
CURRENT_PROJECT_VERSION = 2.23.0;
979979
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
980980
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
981981
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1039,7 +1039,7 @@
10391039
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10401040
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10411041
COPY_PHASE_STRIP = NO;
1042-
CURRENT_PROJECT_VERSION = 2.22.0;
1042+
CURRENT_PROJECT_VERSION = 2.23.0;
10431043
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10441044
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10451045
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)