Skip to content

Commit

Permalink
Bump version to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Nov 11, 2017
1 parent 3e62341 commit bfbc2e6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 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.12.0

* Adds Carthage compatibility ([#204](https://github.com/ealeksandrov/EAIntroView/issues/204))
* Removes `setCurrentPageIndex:` and `setCurrentPageIndex:animated:` (see discussion in [#213](https://github.com/ealeksandrov/EAIntroView/issues/213))
* Fixes `scrollToPageForIndex:animated:` not triggering lifecycle actions for `animated:NO` ([#213](https://github.com/ealeksandrov/EAIntroView/issues/213))
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0'
s.version = '2.12.0'
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 Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- EAIntroView (2.11.0):
- EAIntroView (2.12.0):
- EARestrictedScrollView (~> 1.1.0)
- EARestrictedScrollView (1.1.0)
- SMPageControl (1.2)
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
EAIntroView: abcca52bda0d0b8d7d289e2775aa20fa39a228c9
EAIntroView: 249559079ddfdbe80e5bcb755c04c3b964b2ac27
EARestrictedScrollView: b0c2a3f92fb2610bb44d71c5e4893777c89e45ef
SMPageControl: 922892813001cfaf059e86e6801f46a967e9ee29

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/EAIntroView.podspec.json

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.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/EAIntroView/Info.plist

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.

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

0 comments on commit bfbc2e6

Please sign in to comment.