From dc21d89f9009ab8eec34dd0db9e486f6fb3051ef Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:11:03 +0200 Subject: [PATCH] chore(version): bump to 1.4.4 --- ApiVideoLiveStream.podspec | 2 +- CHANGELOG.md | 3 +++ README.md | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ApiVideoLiveStream.podspec b/ApiVideoLiveStream.podspec index ea994da..6141228 100644 --- a/ApiVideoLiveStream.podspec +++ b/ApiVideoLiveStream.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "ApiVideoLiveStream" - spec.version = "1.4.3" + spec.version = "1.4.4" spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application." spec.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1ad95..1d3130c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to this project will be documented in this file. +## [1.4.4] - 2024-09-11 +- Upgrade HaishinKit to 1.9.3 + ## [1.4.3] - 2024-06-10 - Add publish name to the stream to trigger `FCUnpublish` diff --git a/README.md b/README.md index 3630b6e..cfb8f4e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ https://github.com/api.video-swift-live-stream Or add this in your Package.swift ``` dependencies: [ - .package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.3"), + .package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.4"), ], ``` @@ -56,14 +56,14 @@ Or add this in your Package.swift 1. Add the following entry to your Podfile: ```swift -pod 'ApiVideoLiveStream', '1.4.3' +pod 'ApiVideoLiveStream', '1.4.4' ``` 2. Then run `pod install` 3. Don’t forget to import `ApiVideoLiveStream` in every file you’d like to use api.video live stream library #### Carthage ``` -github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.3 +github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.4 ``` ### Permissions