Skip to content

Commit

Permalink
chore(version): bump to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 29, 2025
1 parent 9423b60 commit 72b6b2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.4.5"
spec.version = "1.4.6"
spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application."

spec.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [1.4.6] - 2025-01-29
- Fix `isMuted` property

## [1.4.5] - 2024-10-04
- Add an API to get the zoom ratio range
- Fix zoom ratio max value
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ 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.5"),
.package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.6"),
],
```

#### Cocoapods

1. Add the following entry to your Podfile:
```swift
pod 'ApiVideoLiveStream', '1.4.5'
pod 'ApiVideoLiveStream', '1.4.6'
```
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.5
github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.6
```

### Permissions
Expand Down

0 comments on commit 72b6b2f

Please sign in to comment.