Skip to content

Commit

Permalink
Update dependencies, minor fixes in .pubnub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 6, 2024
1 parent cd5594e commit ac88c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: swift-chat-sdk
scm: github.com/pubnub/swift-chat-sdk
version: "0.8.0"
version: "0.8.2"
schema: 1
changelog:
- date: 2024-10-24
Expand Down Expand Up @@ -51,6 +51,6 @@ sdks:
- iPhone
- iPad
supported-platforms:
- version: PubNub Swift SDK
- version: PubNub Swift Chat SDK
platforms:
- iOS 14.0 or higher
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/pubnub/kmp-chat", exact: "0.8.3-dev"),
.package(url: "https://github.com/pubnub/kmp-chat", exact: "0.9.0-dev"),
.package(url: "https://github.com/pubnub/swift", exact: "8.0.1")
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion PubNubSwiftChatSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@
repositoryURL = "https://github.com/pubnub/kmp-chat";
requirement = {
kind = exactVersion;
version = "0.8.3-dev";
version = "0.9.0-dev";
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit ac88c32

Please sign in to comment.