Skip to content

Commit

Permalink
Release 10.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Mar 10, 2023
1 parent 983d9a6 commit 8ac6fe1
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.36.0 Release notes (2023-03-09)
=============================================================
### Enhancements
* `MongoCollection.watch().subscribe(on:)` now supports any swift Scheduler
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 coreVersionStr = "13.6.0"
let cocoaVersionStr = "10.36.0"
let cocoaVersionStr = "10.37.0"

let coreVersionPieces = coreVersionStr.split(separator: ".")
let coreVersionExtra = coreVersionPieces[2].split(separator: "-")
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.36.0</string>
<string>10.37.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.36.0</string>
<string>10.37.0</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.36.0
VERSION=10.37.0
REALM_CORE_VERSION=13.6.0
STITCH_VERSION=bf6d15b08759f11811a811484f76a4235171757d

0 comments on commit 8ac6fe1

Please sign in to comment.