File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff 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
1414end
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.0.1 </string >
18+ <string >0.1.0 </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.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.
You can’t perform that action at this time.
0 commit comments