diff --git a/.pubnub.yml b/.pubnub.yml index 422013c..5b57bc4 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -35,7 +35,7 @@ sdks: - distribution-type: source distribution-repository: GitHub release package-name: PubNubSwiftChatSDK - location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.8.0-dev.zip + location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.8.2-dev.zip supported-platforms: supported-operating-systems: iOS: diff --git a/README.md b/README.md index 1a069e4..574e317 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your 1. Create or open your project inside Xcode. 2. Navigate to **File -> Add Package Dependencies**. 3. Search for `https://github.com/pubnub/swift-chat-sdk` -4. From the **Dependency Rule** drop-down list, select **Exact**. In the version input field, type `0.8.2-dev` +4. From the **Dependency Rule** drop-down list, select **Exact**. In the version input field, type `0.9.0-dev` 5. Click the **Add Package** button. For more information see Apple's guide on [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)