Skip to content

Commit 478fb36

Browse files
New Version: Fix Swift 3.1 warnings
1 parent 2982339 commit 478fb36

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3+
4+
## [1.1.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.1.0)
5+
6+
* Fix Swift 3.1 warnings
7+
38
## [1.0.3](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.0.3)
49

510
* Change midPointValue from private to open

HGCircularSlider.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1414

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ it, simply add the following line to your Podfile:
2929

3030
``` ruby
3131

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

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

0 commit comments

Comments
 (0)