Skip to content

Commit

Permalink
Prepare to release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gskbyte committed Aug 3, 2016
1 parent e39cd4f commit 5e20e2a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# 1.0.0 Soon!!!

# 0.12.2

- Add the possibility to disable changing the scroll view `contentInset` automatically
- Optimise the arrangement of the header view inside the scroll view

# 0.12.1

- Fix crash when removing from scroll view
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- GSKStretchyHeaderView (0.12.1)
- GSKStretchyHeaderView (0.12.2)
- Masonry (1.0.1)

DEPENDENCIES:
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
GSKStretchyHeaderView: f6c780ee623d0795ca4d45ad80b93ba689545114
GSKStretchyHeaderView: affdd9f3ae6d6f3cea31dccf604367c617d037ad
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df

PODFILE CHECKSUM: d2d76392ebaf9a2519a5ffd1b02145c1bf8e7420
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion GSKStretchyHeaderView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GSKStretchyHeaderView"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "A generic, easy to use stretchy header view for UITableView and UICollectionView"
s.description = <<-DESC
GSKStretchyHeaderView allows you to add a stretchy header view (like Twitter's or Spotify's) to any existing UITableView and UICollectionView. There is no need inherit from custom view controllers, just create your custom header view and add it to your UITableView or UICollectionView. Creating a custom stretchy header view is as easy as inheriting from the base class or using Interface Builder.
Expand Down
2 changes: 1 addition & 1 deletion GSKStretchyHeaderView/GSKStretchyHeaderView/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.12.1</string>
<string>0.12.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5e20e2a

Please sign in to comment.