Skip to content

Commit

Permalink
update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 committed Jun 25, 2017
1 parent 26182b1 commit 513e74f
Show file tree
Hide file tree
Showing 2 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,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [1.0.1] - 2017-06-25

### Added

- preload the first image in the asset thumbnails.
Expand All @@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- refactor the two use case examples and load assets after receiving library access


## [1.0.0] - 2017-04-25
### Added
- Add Thumbnail selection component
Expand Down Expand Up @@ -43,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Add a first version of the trimmer view

[Unreleased]: https://github.com/prynt/PryntTrimmerView/compare/1.0.0...master
[Unreleased]: https://github.com/prynt/PryntTrimmerView/compare/1.0.1...master
[1.0.1]: https://github.com/prynt/PryntTrimmerView/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/prynt/PryntTrimmerView/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/prynt/PryntTrimmerView/compare/0.1.0...0.2.0
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 = '1.0.0'
s.version = '1.0.1'
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 513e74f

Please sign in to comment.