Skip to content

Commit 1a0903f

Browse files
committed
Updated readme to include demo gif and usage example. Bumped version number.
1 parent 1543f27 commit 1a0903f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

Example/StickyHeaderTabController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

StickyHeaderTabController.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 = '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.

0 commit comments

Comments
 (0)