Skip to content

Commit

Permalink
Bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Dec 20, 2016
1 parent a613a6d commit 4eed549
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 1.0.0 (2016-12-20)

* Added programmatic way of starting infinite scroll handler (@pronebird)

= 0.9.1 (2016-07-03)

* Fixed issue with activity indicator teleportation in table views
Expand Down
4 changes: 2 additions & 2 deletions UIScrollView-InfiniteScroll.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UIScrollView-InfiniteScroll'
s.version = '0.9.1'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'UIScrollView infinite scroll category.'
s.homepage = 'https://github.com/pronebird/UIScrollView-InfiniteScroll'
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
}
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.4'
end

2 comments on commit 4eed549

@dogo
Copy link

@dogo dogo commented on 4eed549 Apr 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's really necessary the ios deployment target bump?

@pronebird
Copy link
Owner

@pronebird pronebird commented on 4eed549 Feb 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dogo Ugh sorry I just noticed your comment. Actually I have no way of testing the component on iOS 7 anymore so therefore the version bump, but if you wonder why 8.4, AFAIK early versions of 8.x had some bugs until certain patches landed in 8.4 but I have quite blurry memory of that today.

Please sign in to comment.