File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed
Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11name : kmp-chat
2- version : 0.10.0
2+ version : 0.10.1
33schema : 1
44scm : github.com/pubnub/kmp-chat
55sdks :
2121 -
2222 distribution-type : library
2323 distribution-repository : maven
24- package-name : pubnub-chat-0.10.0
25- location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.10.0 /
24+ package-name : pubnub-chat-0.10.1
25+ location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.10.1 /
2626 supported-platforms :
2727 supported-operating-systems :
2828 Android :
7777 license-url : https://github.com/pubnub/kotlin/blob/master/LICENSE
7878 is-required : Required
7979changelog :
80+ - date : 2025-01-13
81+ version : 0.10.1
82+ changes :
83+ - type : improvement
84+ text : " Internal fixes."
8085 - date : 2025-01-07
8186 version : 0.10.0
8287 changes :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ let package = Package(
1818 targets: [
1919 . binaryTarget(
2020 name: " PubNubChatRemoteBinaryPackage " ,
21- url: " https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.10.0 /PubNubChat.xcframework.zip " ,
22- checksum: " bc2c024e9b83a67d90e078778e140c0858651f96d0909d9a14143d36fa5efdf3 "
21+ url: " https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.10.1 /PubNubChat.xcframework.zip " ,
22+ checksum: " 3153a4429665fe51861cfdc3b63cdb873260e777dcb41d52f14301698b2b2a91 "
2323 )
2424 ]
2525)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
3131 <dependency >
3232 <groupId >com.pubnub</groupId >
3333 <artifactId >pubnub-chat</artifactId >
34- <version >0.10.0 </version >
34+ <version >0.10.1 </version >
3535 </dependency >
3636 ```
3737
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
1010SONATYPE_AUTOMATIC_RELEASE =false
1111GROUP =com.pubnub
1212POM_PACKAGING =jar
13- VERSION_NAME =0.10.0
13+ VERSION_NAME =0.10.1
1414
1515POM_NAME =PubNub Chat SDK
1616POM_DESCRIPTION =This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ktlint = "12.1.0"
66dokka = " 1.9.20"
77kotlinx_serialization = " 1.7.3"
88kotlinx_coroutines = " 1.9.0"
9- pubnub = " 10.3.3 "
10- pubnub_swift = " 8.2.3 "
9+ pubnub = " 10.3.4 "
10+ pubnub_swift = " 8.2.4 "
1111
1212[libraries ]
1313pubnub-kotlin-api = { module = " com.pubnub:pubnub-kotlin-api" , version.ref = " pubnub" }
You can’t perform that action at this time.
0 commit comments