File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+
10+ ## [ 1.0.1] - 2017-06-25
11+
912### Added
1013
1114- preload the first image in the asset thumbnails.
@@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1619
1720- refactor the two use case examples and load assets after receiving library access
1821
22+
1923## [ 1.0.0] - 2017-04-25
2024### Added
2125- Add Thumbnail selection component
@@ -43,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4347### Added
4448- Add a first version of the trimmer view
4549
46- [ Unreleased ] : https://github.com/prynt/PryntTrimmerView/compare/1.0.0...master
50+ [ Unreleased ] : https://github.com/prynt/PryntTrimmerView/compare/1.0.1...master
51+ [ 1.0.1 ] : https://github.com/prynt/PryntTrimmerView/compare/1.0.0...1.0.1
4752[ 1.0.0 ] : https://github.com/prynt/PryntTrimmerView/compare/0.2.0...1.0.0
4853[ 0.2.0 ] : https://github.com/prynt/PryntTrimmerView/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'PryntTrimmerView'
11- s . version = '1.0.0 '
11+ s . version = '1.0.1 '
1212 s . summary = 'A set of tools written in swift to help you trim and crop a video.'
1313
1414 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments