Skip to content

Commit

Permalink
Bump version to 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Apr 15, 2016
1 parent a694f66 commit cad46dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Upcoming

## Version 2.8.3

* Fixes scrolling restriction
* Replaces `limitScrollingToPage:` method with `limitPageIndex` property

## Version 2.8.2

Expand Down
4 changes: 2 additions & 2 deletions EAIntroView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'EAIntroView'
s.version = '2.8.2'
s.version = '2.8.3'
s.summary = 'Highly customizable drop-in solution for introduction views.'
s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png'
s.homepage = 'https://github.com/ealeksandrov/EAIntroView'
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.public_header_files = 'EAIntroView/EAIntro{Page,View}.h'

s.dependency 'EARestrictedScrollView', '~> 0.2.0'
s.dependency 'EARestrictedScrollView', '~> 1.1.0'

end

0 comments on commit cad46dd

Please sign in to comment.