Skip to content

Commit

Permalink
Release v10.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 17, 2023
1 parent 8ecfff2 commit 0155caa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x.y.z Release notes (yyyy-MM-dd)
10.41.1 Release notes (2023-07-17)
=============================================================
### Enhancements
* Filesystem errors now include more information in the error message.
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
import Foundation

let coreVersion = Version("13.17.0")
let cocoaVersion = Version("10.41.0")
let cocoaVersion = Version("10.41.1")

let cxxSettings: [CXXSetting] = [
.headerSearchPath("."),
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>10.41.0</string>
<string>10.41.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.41.0</string>
<string>10.41.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 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,3 +1,3 @@
VERSION=10.41.0
VERSION=10.41.1
REALM_CORE_VERSION=13.17.0
STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7

0 comments on commit 0155caa

Please sign in to comment.