Skip to content

Commit

Permalink
3.4.0 (dingwilson#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingwilson authored Aug 18, 2019
1 parent 211e70c commit 0a07799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [3.4.0](https://github.com/dingwilson/SwiftVideoBackground/tree/3.4.0)

#### Features:
- Add support for `preventsDisplaySleepDuringVideoPlayback` configurability to not override device auto-lock settings

## [3.3.0](https://github.com/dingwilson/SwiftVideoBackground/tree/3.3.0)

#### Features:
Expand Down
2 changes: 1 addition & 1 deletion SwiftVideoBackground.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftVideoBackground"
s.version = "3.3.0"
s.version = "3.4.0"
s.summary = "An easy to use Swift framework to play a video in the background of any UIView."
s.description = "SwiftVideoBackground is an easy to use Swift framework that provides the ability to play a video on any UIView. This provides a beautiful UI for login screens, or splash pages, as implemented by Spotify and many others"
s.screenshots = "https://i.imgur.com/PzRw2Ku.gif"
Expand Down

0 comments on commit 0a07799

Please sign in to comment.