Skip to content

Commit

Permalink
Prepare for release (#86)
Browse files Browse the repository at this point in the history
* Prepare for release

---------

Co-authored-by: jguz-pubnub <jakub.guz@pubnub.com>
Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent 3a5d605 commit 3037481
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kotlin
version: 0.8.0-DEV
name: kmp-chat
version: 0.8.0
schema: 1
scm: github.com/pubnub/kmp-chat
sdks:
Expand All @@ -21,8 +21,8 @@ sdks:
-
distribution-type: library
distribution-repository: maven
package-name: pubnub-chat-0.8.0-DEV
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.8.0-DEV/pubnub-chat-0.8.0-DEV.jar
package-name: pubnub-chat-0.8.0
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.8.0/pubnub-chat-0.8.0.jar
supported-platforms:
supported-operating-systems:
Android:
Expand Down Expand Up @@ -112,6 +112,11 @@ sdks:
license-url: https://www.apache.org/licenses/LICENSE-2.0.txt
is-required: Required
changelog:
- date: 2024-09-24
version: v0.8.0
changes:
- type: feature
text: "Initial release of PubNub Kotlin Chat SDK ."
- date: 2024-06-26
version: v0.8.0-DEV
changes:
Expand Down
21 changes: 21 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PubNubChat",
platforms: [.iOS(.v14)],
products: [
.library(
name: "PubNubChat",
targets: ["PubNubChatRemoteBinaryPackage"]),
],
targets: [
.binaryTarget(
name: "PubNubChatRemoteBinaryPackage",
url: "https://github.com/pubnub/kmp-chat/releases/download/chat-v0.8.0/PubNubChat.xcframework.zip",
checksum: "edf1fd649d3fe6257f18179a13a47724d5d177bf2d728ce4f75fa3c7a7873fc7"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
GROUP=com.pubnub
POM_PACKAGING=jar
VERSION_NAME=0.8.0-DEV
VERSION_NAME=0.8.0

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.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dokka = "1.9.20"
kotlinx_datetime = "0.6.0"
kotlinx_coroutines = "1.8.1"
kotlinx_serialization = "1.7.1"
pubnub = "9.2.4"
pubnub = "10.0.0"

[libraries]
pubnub-kotlin-api = { module = "com.pubnub:pubnub-kotlin-api", version.ref = "pubnub" }
Expand Down

0 comments on commit 3037481

Please sign in to comment.