Skip to content

Commit

Permalink
3.3.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingwilson authored Apr 14, 2019
1 parent 7cc608a commit 709c0e5
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.3.0](https://github.com/dingwilson/SwiftVideoBackground/tree/3.3.0)

#### Features:
- Swift 5 support

## [3.2.0](https://github.com/dingwilson/SwiftVideoBackground/tree/3.2.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.2.0"
s.version = "3.3.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 709c0e5

Please sign in to comment.