From 9e5da6fd077b9fcf232aff52efdc65ee2c1a9962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Kalici=C5=84ski?= Date: Wed, 4 Dec 2024 14:38:44 +0100 Subject: [PATCH] Change chat -> kotlin --- .github/workflows/release/versions.json | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release/versions.json b/.github/workflows/release/versions.json index 067be308..baa8396f 100644 --- a/.github/workflows/release/versions.json +++ b/.github/workflows/release/versions.json @@ -37,7 +37,7 @@ ], "Package.swift": [ { - "pattern": "https://github.com/pubnub/kmp-chat/releases/download/chat-(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)", + "pattern": "https://github.com/pubnub/kmp-chat/releases/download/kotlin-(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)", "clearedPrefix": true, "clearedSuffix": false } diff --git a/Package.swift b/Package.swift index acc41beb..32e6b4c4 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( targets: [ .binaryTarget( name: "PubNubChatRemoteBinaryPackage", - url: "https://github.com/pubnub/kmp-chat/releases/download/chat-v0.9.0/PubNubChat.xcframework.zip", + url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-v0.9.0/PubNubChat.xcframework.zip", checksum: "e043957bd849c7243085368c0e64607cec6dc2e8db6c863f1a80c025d11f6497" ) ]