Skip to content

Commit

Permalink
Release 0.8.0 attempt 2 (#93)
Browse files Browse the repository at this point in the history
* PubNub chat v0.8.0 release.

---------

Co-authored-by: PubNub Release Bot <[email protected]>
  • Loading branch information
wkal-pubnub and pubnub-release-bot authored Sep 24, 2024
1 parent 3037481 commit 910c9bd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release/chat-maven-build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
echo "Build Chat SDK module artifacts"
./gradlew jar
./gradlew assemble
2 changes: 1 addition & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ changelog:
version: v0.8.0
changes:
- type: feature
text: "Initial release of PubNub Kotlin Chat SDK ."
text: "Initial release of PubNub Kotlin Chat SDK."
- date: 2024-06-26
version: v0.8.0-DEV
changes:
Expand Down
4 changes: 2 additions & 2 deletions pubnub-chat-api/pubnub_chat_api.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'pubnub_chat_api'
spec.version = '0.8.0-DEV'
spec.version = '0.8.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/pubnub_chat_api.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14'
spec.dependency 'PubNubSwift'
spec.dependency 'PubNubSwift', '8.0.0'

if !Dir.exist?('build/cocoapods/framework/pubnub_chat_api.framework') || Dir.empty?('build/cocoapods/framework/pubnub_chat_api.framework')
raise "
Expand Down
4 changes: 2 additions & 2 deletions pubnub-chat-impl/pubnub_chat_impl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'pubnub_chat_impl'
spec.version = '0.8.0-DEV'
spec.version = '0.8.0'
spec.homepage = 'Link to a Kotlin/Native module homepage'
spec.source = { :http=> ''}
spec.authors = ''
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/pubnub_chat_impl.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14'
spec.dependency 'PubNubSwift'
spec.dependency 'PubNubSwift', '8.0.0'

if !Dir.exist?('build/cocoapods/framework/pubnub_chat_impl.framework') || Dir.empty?('build/cocoapods/framework/pubnub_chat_impl.framework')
raise "
Expand Down
4 changes: 2 additions & 2 deletions pubnub_chat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'pubnub_chat'
spec.version = '0.8.0-DEV'
spec.version = '0.8.0'
spec.homepage = 'Link to a Kotlin/Native module homepage'
spec.source = { :http=> ''}
spec.authors = ''
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/PubNubChat.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14'
spec.dependency 'PubNubSwift'
spec.dependency 'PubNubSwift', '8.0.0'

if !Dir.exist?('build/cocoapods/framework/PubNubChat.framework') || Dir.empty?('build/cocoapods/framework/PubNubChat.framework')
raise "
Expand Down

0 comments on commit 910c9bd

Please sign in to comment.