From 513e74fa3ddf6dd15d80846fff34f774f3b7f771 Mon Sep 17 00:00:00 2001 From: HHK Date: Sun, 25 Jun 2017 16:03:39 +0200 Subject: [PATCH] update version number and changelog --- CHANGELOG.md | 7 ++++++- PryntTrimmerView.podspec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9898a..5851a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 @@ -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 diff --git a/PryntTrimmerView.podspec b/PryntTrimmerView.podspec index 6165716..9e0e821 100644 --- a/PryntTrimmerView.podspec +++ b/PryntTrimmerView.podspec @@ -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