Skip to content

Commit e6818d6

Browse files
committed
[1.8.2] Bump version
1 parent db4e184 commit e6818d6

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-
vNext Release notes (TBD)
1+
1.8.2 Release notes (2017-6-26)
22
=============================================================
33
### Breaking changes
44
* None

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=1.8.1
2+
VERSION=1.8.2
33
REALM_CORE_VERSION=2.8.4
44
REALM_SYNC_VERSION=1.10.1
55
REALM_OBJECT_SERVER_VERSION=1.7.6

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": "1.8.1",
4+
"version": "1.8.2",
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
@@ -956,7 +956,7 @@
956956
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
957957
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
958958
COPY_PHASE_STRIP = NO;
959-
CURRENT_PROJECT_VERSION = 1.8.1;
959+
CURRENT_PROJECT_VERSION = 1.8.2;
960960
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
961961
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
962962
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1020,7 +1020,7 @@
10201020
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10211021
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10221022
COPY_PHASE_STRIP = NO;
1023-
CURRENT_PROJECT_VERSION = 1.8.1;
1023+
CURRENT_PROJECT_VERSION = 1.8.2;
10241024
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10251025
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10261026
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)