Skip to content

Commit

Permalink
chore(version): bump to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Mar 2, 2023
1 parent d857de4 commit 5c98dd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ApiVideoLiveStream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |spec|
spec.name = "ApiVideoLiveStream"
spec.version = "1.3.3"
spec.version = "1.3.4"
spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application."


Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.

## [1.3.4] - 2023-03-02
- Fix front camera mirroring
- Upgrade HaishinKit to 1.4.3

## [1.3.3] - 2023-01-19
- Fix streaming orientation when application is opened in portrait and device is turned to landscape
- Upgrade HaishinKit to 1.4.2
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ https://github.com/api.video-ios-live-stream
Or add this in your Package.swift
```
dependencies: [
.package(url: "https://github.com/api.video-ios-live-stream.git", from: "1.3.3"),
.package(url: "https://github.com/api.video-ios-live-stream.git", from: "1.3.4"),
],
```

### Cocoapods

1. Add the following entry to your Podfile:
```swift
pod 'ApiVideoLiveStream', '1.3.3'
pod 'ApiVideoLiveStream', '1.3.4'
```
3. Then run `pod install`
4. Don’t forget to import `ApiVideoLiveStream` in every file you’d like to use api.video live stream library
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.3.3
github "apivideo/ApiVideoLiveStream.swift" ~> 1.3.4
```

## Permissions
Expand Down

0 comments on commit 5c98dd7

Please sign in to comment.