Skip to content

Commit

Permalink
chore(version): bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 22, 2022
1 parent ac12bbe commit c7c25ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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 = "0.2.0"
spec.version = "0.2.1"
spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application."


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.

## [0.2.1] - 2022-04-22
- Stop streaming on didEnterBackgroundNotification

## [0.2.0] - 2022-04-13
- Add default parameters for audio and video config
- Fix continous auto focus
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ This module is an easy way to broadcast RTMP live stream to [api.video](https://

1. Add the following entry to your Podfile:
```swift
pod 'ApiVideoLiveStream', '0.2.0'
pod 'ApiVideoLiveStream', '0.2.1'
```
3. Then run `pod install`
4. Don’t forget to import `ApiVideoLiveStream` in every file you’d like to use api.video livestream library

### With Carthage
```
github "apivideo/ApiVideoLiveStream.swift" ~> 0.2.0
github "apivideo/ApiVideoLiveStream.swift" ~> 0.2.1
```

## Permissions
Expand Down

0 comments on commit c7c25ac

Please sign in to comment.