Skip to content

Commit

Permalink
core v14.3.0 (#7482)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-cab committed Mar 15, 2024
1 parent be38196 commit e551769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# NEXT RELEASE
# 14.3.0 Release notes

### Enhancements
* Add support to synchronize collections embedded in Mixed properties and other collections (except sets) ([PR #7353](https://github.com/realm/realm-core/pull/7353)).
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let versionStr = "14.2.0"
let versionStr = "14.3.0"
let versionPieces = versionStr.split(separator: "-")
let versionCompontents = versionPieces[0].split(separator: ".")
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
@@ -1,5 +1,5 @@
PACKAGE_NAME: realm-core
VERSION: 14.2.0
VERSION: 14.3.0
OPENSSL_VERSION: 3.2.0
ZLIB_VERSION: 1.2.13
# https://github.com/10gen/baas/commits
Expand Down

0 comments on commit e551769

Please sign in to comment.