Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VadzimMarozau committed Sep 19, 2018
1 parent e80d2b7 commit 7e28751
Show file tree
Hide file tree
Showing 3 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
@@ -1,3 +1,7 @@
# Changelog for SlideController 1.4.0
### Added
* Updates for Swift 4.2

# Changelog for SlideController 1.3.5
### Fixed
* Reset of `isScrollEnabled` property
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.3.5'
s.version = '1.4.0'
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
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.5</string>
<string>1.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 7e28751

Please sign in to comment.