Skip to content

Commit 513e74f

Browse files
committed
update version number and changelog
1 parent 26182b1 commit 513e74f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

PryntTrimmerView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::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

0 commit comments

Comments
 (0)