File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.2.2] - 2017-10-06
10+ ### Changed
11+ - Updated readme to include demo gif and usage example.
12+
913## [ 0.2.1] - 2017-10-06
1014### Fixed
1115- Pod spec screenshot location.
@@ -41,7 +45,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4145### Added
4246- This CHANGELOG file.
4347
44- [ Unreleased ] : https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.1...HEAD
48+ [ Unreleased ] : https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.2...HEAD
49+ [ 0.2.2 ] : https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.1...0.2.2
4550[ 0.2.1 ] : https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.0...0.2.1
4651[ 0.2.0 ] : https://github.com/bchrobot/StickyHeaderTabController/compare/0.1.0...0.2.0
4752[ 0.1.0 ] : https://github.com/bchrobot/StickyHeaderTabController/compare/0.0.1...0.1.0
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2.1 </string >
18+ <string >0.2.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'StickyHeaderTabController'
11- s . version = '0.2.1 '
11+ s . version = '0.2.2 '
1212 s . summary = 'Tabbed content controller with sticky header and hero.'
1313
1414# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments