Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkandrashkou committed Feb 13, 2018
1 parent e114f06 commit 28a6215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changelog for SlideController 1.2.2
### Fixed
* ```isScrollEnabled``` exposed to public api as intended.
* ```currentIndex``` calculation for not layouted views.

# Changelog for SlideController 1.2.1
### Fixed
* Title item selection follow up. [#35](https://github.com/touchlane/SlideController/issues/35)
Expand Down
2 changes: 1 addition & 1 deletion SlideController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SlideController'
s.version = '1.2.1'
s.version = '1.2.2'
s.summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.'
s.description = <<-DESC
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.
Expand Down

0 comments on commit 28a6215

Please sign in to comment.