Skip to content

Commit

Permalink
Release 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jan 3, 2019
1 parent 99e6a39 commit 56afd03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
x.y.z Release notes (yyyy-MM-dd)
3.13.1 Release notes (2019-01-03)
=============================================================
### Enhancements
* None.

### Fixed

* Fix a crash when iterating over `Realm.subscriptions()` using for-in.
(Since 3.13.0, PR [#6050](https://github.com/realm/realm-cocoa/pull/6050)).

### Compatibility

* File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
* Realm Object Server: 3.11.0 or later.
* APIs are backwards compatible with all previous releases in the 3.x.y series.

### Internal
* None.

3.13.0 Release notes (2018-12-14)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.13.0</string>
<string>3.13.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.13.0</string>
<string>3.13.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.13.0
VERSION=3.13.1
REALM_CORE_VERSION=5.12.1
REALM_SYNC_VERSION=3.13.3
REALM_OBJECT_SERVER_VERSION=3.13.1

0 comments on commit 56afd03

Please sign in to comment.