Skip to content

Commit

Permalink
Update to core v0.97.1.
Browse files Browse the repository at this point in the history
Fixes #3321.
  • Loading branch information
bdash authored and kishikawakatsumi committed Mar 15, 2016
1 parent 355657f commit 9d9ed03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.98.5 Release notes (2016-03-14)
=============================================================

### API breaking changes

* None.

### Enhancements

* None.

### Bugfixes

* Fix a crash when opening a Realm on 32-bit iOS devices.

0.98.4 Release notes (2016-03-10)
=============================================================

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -o pipefail
set -e

# You can override the version of the core library
: ${REALM_CORE_VERSION:=0.97.0} # set to "current" to always use the current build
: ${REALM_CORE_VERSION:=0.97.1} # set to "current" to always use the current build

# You can override the xcmode used
: ${XCMODE:=xcodebuild} # must be one of: xcodebuild (default), xcpretty, xctool
Expand Down

0 comments on commit 9d9ed03

Please sign in to comment.