diff --git a/.pubnub.yml b/.pubnub.yml index d7368f5e..aa130820 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,5 +1,5 @@ name: kmp-chat -version: 0.9.2 +version: 0.9.3 schema: 1 scm: github.com/pubnub/kmp-chat sdks: @@ -21,8 +21,8 @@ sdks: - distribution-type: library distribution-repository: maven - package-name: pubnub-chat-0.9.2 - location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.2/ + package-name: pubnub-chat-0.9.3 + location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.3/ supported-platforms: supported-operating-systems: Android: @@ -77,6 +77,11 @@ sdks: license-url: https://github.com/pubnub/kotlin/blob/master/LICENSE is-required: Required changelog: + - date: 2024-12-16 + version: 0.9.3 + changes: + - type: improvement + text: "Internal fixes." - date: 2024-12-12 version: v0.9.2 changes: diff --git a/Package.swift b/Package.swift index 489dd560..2b15ca5b 100644 --- a/Package.swift +++ b/Package.swift @@ -18,8 +18,8 @@ let package = Package( targets: [ .binaryTarget( name: "PubNubChatRemoteBinaryPackage", - url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-v0.9.2/PubNubChat.xcframework.zip", - checksum: "ba90004881639c1ae7e05cf93d68554a77717f8f7c89515a1894cce03a557122" + url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.9.3/PubNubChat.xcframework.zip", + checksum: "dccc53b725a2c5f75936a8b85ae4dab7bd5060ede5b6e19ce80c7ecc35090578" ) ] ) diff --git a/README.md b/README.md index 281447f1..be2d85ac 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your com.pubnub pubnub-chat - 0.9.2 + 0.9.3 ``` diff --git a/gradle.properties b/gradle.properties index bedce09e..8833fa59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT SONATYPE_AUTOMATIC_RELEASE=false GROUP=com.pubnub POM_PACKAGING=jar -VERSION_NAME=0.9.2 +VERSION_NAME=0.9.3 POM_NAME=PubNub Chat SDK POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8b3b706e..6b1ee2cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ ktlint = "12.1.0" dokka = "1.9.20" kotlinx_serialization = "1.7.3" kotlinx_coroutines = "1.9.0" -pubnub = "10.3.1" +pubnub = "10.3.2" pubnub_swift = "8.2.2" [libraries]