Skip to content

Commit

Permalink
Don't bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jun 26, 2024
1 parent ea91454 commit bcbb6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.1.0 Release notes (2024-06-25)
2.1.0 Release notes (2024-06-26)
=============================================================

### Fixed
Expand All @@ -16,7 +16,7 @@
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10.

### Internals
* Update to Core v14.10.1
* None

----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let sdkVersion = Version("2.1.0")
let coreVersion = Version("14.10.1")
let coreVersion = Version("14.9.0")

var cxxSettings: [CXXSetting] = [
.define("REALM_ENABLE_SYNC", to: "1"),
Expand Down

0 comments on commit bcbb6a1

Please sign in to comment.