Skip to content

Commit 4b3ece9

Browse files
committed
Fixed pod spec screenshot location. Bumped version to 0.2.1
1 parent 5d66c59 commit 4b3ece9

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+6-1
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.1] - 2017-10-06
10+
### Fixed
11+
- Pod spec screenshot location.
12+
913
## [0.2.0] - 2017-10-06
1014
### Added
1115
- `stickyHeaderTabController(_, didUpdateCompoundHeaderHeight:)` delegate method.
@@ -37,6 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3741
### Added
3842
- This CHANGELOG file.
3943

40-
[Unreleased]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.0...HEAD
44+
[Unreleased]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.1...HEAD
45+
[0.2.1]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.0...0.2.1
4146
[0.2.0]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.1.0...0.2.0
4247
[0.1.0]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.0.1...0.1.0

Example/StickyHeaderTabController/Info.plist

+1-1
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.0</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

StickyHeaderTabController.podspec

+5-2
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.0'
11+
s.version = '0.2.1'
1212
s.summary = 'Tabbed content controller with sticky header and hero.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -22,7 +22,10 @@ Twitter profile-inspired tabbed content controller with sticky header and hero.
2222
DESC
2323

2424
s.homepage = 'https://github.com/bchrobot/StickyHeaderTabController'
25-
s.screenshots = 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_01.png', 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_02.png', 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_03.png', 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_04.png'
25+
s.screenshots = ['https://github.com/bchrobot/StickyHeaderTabController/raw/master/Screenshots/screenshot_01.png',
26+
'https://github.com/bchrobot/StickyHeaderTabController/raw/master/Screenshots/screenshot_02.png',
27+
'https://github.com/bchrobot/StickyHeaderTabController/raw/master/Screenshots/screenshot_03.png',
28+
'https://github.com/bchrobot/StickyHeaderTabController/raw/master/Screenshots/screenshot_04.png']
2629
s.license = { :type => 'MIT', :file => 'LICENSE' }
2730
s.author = { 'Benjamin Chrobot' => '[email protected]' }
2831
s.source = { :git => 'https://github.com/bchrobot/StickyHeaderTabController.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)