Skip to content

Commit dc21d89

Browse files
committed
chore(version): bump to 1.4.4
1 parent 4028429 commit dc21d89

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ApiVideoLiveStream.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |spec|
44
spec.name = "ApiVideoLiveStream"
5-
spec.version = "1.4.3"
5+
spec.version = "1.4.4"
66
spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application."
77

88
spec.description = <<-DESC

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.4.4] - 2024-09-11
5+
- Upgrade HaishinKit to 1.9.3
6+
47
## [1.4.3] - 2024-06-10
58
- Add publish name to the stream to trigger `FCUnpublish`
69

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ https://github.com/api.video-swift-live-stream
4848
Or add this in your Package.swift
4949
```
5050
dependencies: [
51-
.package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.3"),
51+
.package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.4"),
5252
],
5353
```
5454

5555
#### Cocoapods
5656

5757
1. Add the following entry to your Podfile:
5858
```swift
59-
pod 'ApiVideoLiveStream', '1.4.3'
59+
pod 'ApiVideoLiveStream', '1.4.4'
6060
```
6161
2. Then run `pod install`
6262
3. Don’t forget to import `ApiVideoLiveStream` in every file you’d like to use api.video live stream library
6363

6464
#### Carthage
6565
```
66-
github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.3
66+
github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.4
6767
```
6868

6969
### Permissions

0 commit comments

Comments
 (0)