Skip to content

Commit a67d1e6

Browse files
committed
chore(version): bump to 1.4.2
1 parent bf8b4cc commit a67d1e6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-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.1"
5+
spec.version = "1.4.2"
66
spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application."
77

88

CHANGELOG.md

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

4+
## [1.4.2] - 2024-06-07
5+
- Fix settings keys on iOS example
6+
- Upgrade HaishinKit to 1.8.1
7+
- Create a global pbxproj
8+
49
## [1.4.1] - 2024-02-12
510
- Fix regression on device orientation
611

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.1"),
51+
.package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.2"),
5252
],
5353
```
5454

5555
#### Cocoapods
5656

5757
1. Add the following entry to your Podfile:
5858
```swift
59-
pod 'ApiVideoLiveStream', '1.4.1'
59+
pod 'ApiVideoLiveStream', '1.4.2'
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.1
66+
github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.2
6767
```
6868

6969
### Permissions

0 commit comments

Comments
 (0)