Skip to content

Commit b0eb817

Browse files
committed
Bumped version to 0.1.0.
1 parent e03a095 commit b0eb817

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.0] - 2017-10-05
810
### Added
911
- Static profile components.
1012
- Example project profile.
@@ -27,5 +29,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2729
### Added
2830
- This CHANGELOG file.
2931

30-
[Unreleased]: https://github.com/bchrobot/StickyHeaderTabController/compare/v0.0.1...HEAD
31-
[0.2.0]: https://github.com/bchrobot/StickyHeaderTabController/compare/v0.1.0...v0.2.0
32+
[Unreleased]: https://github.com/bchrobot/StickyHeaderTabController/compare/v0.1.0...HEAD
33+
[0.1.0]: https://github.com/bchrobot/StickyHeaderTabController/compare/v0.0.1...v0.1.0

Example/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target 'StickyHeaderTabController_Example' do
77
inherit! :search_paths
88

99
pod 'Quick', '~> 1.1.0'
10-
pod 'Nimble', '~> 7.0.1'
11-
pod 'FBSnapshotTestCase'
12-
pod 'Nimble-Snapshots'
10+
pod 'Nimble', '~> 7.0.1'
11+
pod 'FBSnapshotTestCase'
12+
pod 'Nimble-Snapshots'
1313
end
1414
end

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.0.1</string>
18+
<string>0.1.0</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.0.1'
11+
s.version = '0.1.0'
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)