diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index ce0f4c37a..d9e16341f 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -10159,7 +10159,7 @@ repositoryURL = "https://github.com/element-hq/element-call-swift"; requirement = { kind = exactVersion; - version = 0.19.1; + version = 0.19.2; }; }; 821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = { @@ -10183,7 +10183,7 @@ repositoryURL = "https://github.com/PostHog/posthog-ios"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 3.57.0; + minimumVersion = 3.57.1; }; }; A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 81f659373..5afc21aae 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/element-call-swift", "state" : { - "revision" : "a3d224d8c0983c7227bf8a8f1661b9984a0a9e35", - "version" : "0.19.1" + "revision" : "0410451a459a5def781f4171bc1f2318d0238de4", + "version" : "0.19.2" } }, { diff --git a/project.yml b/project.yml index 43b79e4c7..b7b06648e 100644 --- a/project.yml +++ b/project.yml @@ -84,7 +84,7 @@ packages: # path: ../matrix-analytics-events EmbeddedElementCall: url: https://github.com/element-hq/element-call-swift - exactVersion: 0.19.1 + exactVersion: 0.19.2 Emojibase: url: https://github.com/matrix-org/emojibase-bindings revision: 60bc01f2e3b31445dc723f5af1a777b63d18e6c2 # pinned due to https://github.com/matrix-org/emojibase-bindings/issues/59 @@ -144,7 +144,7 @@ packages: minorVersion: 6.25.1 PostHog: url: https://github.com/PostHog/posthog-ios - minorVersion: 3.57.0 + minorVersion: 3.57.1 Sentry: url: https://github.com/getsentry/sentry-cocoa minorVersion: 9.11.0