From 210221cfded8756a83a6bd2814661d390fab2473 Mon Sep 17 00:00:00 2001 From: akidis Date: Mon, 4 Mar 2024 22:16:02 +0100 Subject: [PATCH] release 6.5.9 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 8cb4905..8470e6b 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "Pushwoosh", - url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.5.8/Pushwoosh.xcframework.zip", - checksum: "e22f2d69d62e26707d4ce9b0f2df7762ee275ff64101c37f937ea987057d2474" + url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.5.9/Pushwoosh.xcframework.zip", + checksum: "cde9810fb40bb654c94a0cff583fe404eebd2bb9421afd51231248a78bf05c5d" ) ] )