Skip to content

Commit

Permalink
release 0.103.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed May 25, 2016
1 parent 954786e commit e3054d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x.x.x Release notes (yyyy-MM-dd)
0.103.2 Release notes (2016-05-24)
=============================================================

### API breaking changes
Expand All @@ -14,8 +14,8 @@ x.x.x Release notes (yyyy-MM-dd)
* Fix an assertion failure which could occur when opening a Realm after opening
that Realm failed previously in some specific ways in the same run of the
application.
* Reading optional integers, floats, and doubles from within a migration block now
correctly returns `nil` rather than 0 when the stored value is `nil`.
* Reading optional integers, floats, and doubles from within a migration block
now correctly returns `nil` rather than 0 when the stored value is `nil`.

0.103.1 Release notes (2016-05-19)
=============================================================
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>0.103.1</string>
<string>0.103.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.103.1</string>
<string>0.103.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit e3054d4

Please sign in to comment.