Skip to content

Commit bf11c07

Browse files
committed
Release 0.92.1
1 parent eea61e3 commit bf11c07

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x.x.x Release notes (yyyy-MM-dd)
1+
0.92.1 Release notes (2015-05-06)
22
=============================================================
33

44
### API breaking changes
@@ -8,6 +8,7 @@ x.x.x Release notes (yyyy-MM-dd)
88
### Enhancements
99

1010
* `-[RLMRealm inWriteTransaction]` is now public.
11+
* Realm Swift is now available on CoocaPods.
1112

1213
### Bugfixes
1314

Realm/Realm-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.92.0</string>
20+
<string>0.92.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.92.0</string>
24+
<string>0.92.1</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

tools/RealmBrowser/RealmBrowser/RealmBrowser-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>0.92.0</string>
41+
<string>0.92.1</string>
4242
<key>CFBundleSignature</key>
4343
<string>????</string>
4444
<key>CFBundleVersion</key>
45-
<string>0.92.0</string>
45+
<string>0.92.1</string>
4646
<key>LSMinimumSystemVersion</key>
4747
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
4848
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)