Skip to content

Commit

Permalink
New Version: Fix Swift 3.1 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaGhazouani committed Mar 30, 2017
1 parent 2982339 commit 478fb36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.1.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.1.0)

* Fix Swift 3.1 warnings

## [1.0.3](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.0.3)

* Change midPointValue from private to open
Expand Down
2 changes: 1 addition & 1 deletion HGCircularSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HGCircularSlider'
s.version = '1.0.3'
s.version = '1.1.0'
s.summary = 'Multiple Circular Sliders used to select a value from a continuous range of values.'


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ it, simply add the following line to your Podfile:

``` ruby

# Swift 3.0 - Xcode 8
pod 'HGCircularSlider', '~> 1.0.3'
# Swift 3.1 - Xcode 8.3
pod 'HGCircularSlider', '~> 1.1.0'

# Swift 2.2 - Xcode 7.3.1 (Checkout Swift2_Xcode7.3 branche)
pod 'HGCircularSlider', '~> 0.1.2'
Expand Down

0 comments on commit 478fb36

Please sign in to comment.