Skip to content

Commit

Permalink
release version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 committed Sep 18, 2020
1 parent 75e5e31 commit ac1b60a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.0.2] 09-18-2020

Add Xcode 12 and Swift 5.3 support

## [4.0.1] 07-14-2020

Add SPM support
Expand Down Expand Up @@ -77,7 +81,8 @@ Fix a crash when calculating the thumbnail preview if the frame has not been set
### Added
- Add a first version of the trimmer view

[Unreleased]: https://github.com/prynt/PryntTrimmerView/compare/4.0.1...master
[Unreleased]: https://github.com/prynt/PryntTrimmerView/compare/4.0.2...master
[4.0.2]: https://github.com/prynt/PryntTrimmerView/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/prynt/PryntTrimmerView/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/prynt/PryntTrimmerView/compare/3.0.0...4.0.0
[3.0.0]: https://github.com/prynt/PryntTrimmerView/compare/2.0.1...3.0.0
Expand Down
Empty file removed File
Empty file.
2 changes: 1 addition & 1 deletion PryntTrimmerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PryntTrimmerView'
s.version = '4.0.0'
s.version = '4.0.2'
s.summary = 'A set of tools written in swift to help you trim and crop a video.'

s.description = <<-DESC
Expand Down

0 comments on commit ac1b60a

Please sign in to comment.