Skip to content

Commit 682983c

Browse files
Kristian DupontKristian Dupont
authored andcommitted
Update versions
1 parent ebc7c0e commit 682983c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
0.15.5-rmp-beta.1 Release notes (2017-1-20)
2+
=============================================================
3+
## BETA release of Realm React Native with sync
4+
5+
This version is for preview only.
6+
7+
18
0.15.4 Release notes (2017-1-11)
29
=============================================================
10+
311
### Breaking changes
412
* None
513

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": "0.15.4",
4+
"version": "0.15.5-rmp-beta.1",
55
"license": "Apache-2.0",
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
@@ -906,7 +906,7 @@
906906
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
907907
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
908908
COPY_PHASE_STRIP = NO;
909-
CURRENT_PROJECT_VERSION = 0.15.4;
909+
CURRENT_PROJECT_VERSION = 0.15.5;
910910
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
911911
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
912912
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -970,7 +970,7 @@
970970
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
971971
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
972972
COPY_PHASE_STRIP = NO;
973-
CURRENT_PROJECT_VERSION = 0.15.4;
973+
CURRENT_PROJECT_VERSION = 0.15.5;
974974
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
975975
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
976976
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)