diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e564af..fbe27a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The changelog for `MSCircularSlider`. Summarized release notes can be found in t ------------------------ -## 1.3.1 - 05-04-2020 +## 1.3.2 - 05-04-2020 #### Fixed - The slider moving even when the initial touch is not on the slider (thanks to @endy-s and @MoonshineSG) - Triggering the `endedTrackingWith` delegate method before handle-snapping diff --git a/MSCircularSlider.podspec b/MSCircularSlider.podspec index 3e7883b..f16d318 100755 --- a/MSCircularSlider.podspec +++ b/MSCircularSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MSCircularSlider' - s.version = '1.3.1' + s.version = '1.3.2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ThunderStruct' => 'mohamedshahawy@aucegypt.edu' } s.summary = 'A full-featured circular slider for iOS applications' diff --git a/README.md b/README.md index c4a4392..b073e29 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MSCircularSlider -[![Build Status](https://travis-ci.org/ThunderStruct/MSCircularSlider.svg?branch=master)](https://travis-ci.org/ThunderStruct/MSCircularSlider) [![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)](https://github.com/ThunderStruct/MSCircularSlider) [![CocoaPods](https://img.shields.io/badge/pod-1.3.1-blue.svg)](https://cocoapods.org/pods/MSCircularSlider) [![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/ThunderStruct/MSCircularSlider/blob/master/LICENSE) +[![Build Status](https://travis-ci.org/ThunderStruct/MSCircularSlider.svg?branch=master)](https://travis-ci.org/ThunderStruct/MSCircularSlider) [![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)](https://github.com/ThunderStruct/MSCircularSlider) [![CocoaPods](https://img.shields.io/badge/pod-1.3.2-blue.svg)](https://cocoapods.org/pods/MSCircularSlider) [![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/ThunderStruct/MSCircularSlider/blob/master/LICENSE) A fully `IBDesignable` and `IBInspectable` circular slider for iOS applications