diff --git a/PWSwitch.podspec b/PWSwitch.podspec
index 78ae50d..4f33792 100644
--- a/PWSwitch.podspec
+++ b/PWSwitch.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'PWSwitch'
- s.version = '1.1.1'
+ s.version = '1.1.2'
s.summary = 'Highly customizable UISwitch built with CALayers and CAAnimations'
# This description is used to generate tags and improve search results.
diff --git a/PWSwitch/Info.plist b/PWSwitch/Info.plist
index 6db6fe4..0202029 100644
--- a/PWSwitch/Info.plist
+++ b/PWSwitch/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.1
+ 1.1.2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/README.md b/README.md
index cb880a1..5f81d4d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Version](https://img.shields.io/cocoapods/v/PWSwitch.svg?style=flat)](http://cocoapods.org/pods/PWSwitch)
![Platform: iOS 8+](https://img.shields.io/badge/platform-iOS%208%2B-blue.svg?style=flat)
-[![Language: Swift 3](https://img.shields.io/badge/language-swift3-f48041.svg?style=flat)](https://developer.apple.com/swift)
+[![Language: Swift 4](https://img.shields.io/badge/language-swift4-f48041.svg?style=flat)](https://developer.apple.com/swift)
[![License](https://img.shields.io/cocoapods/l/PWSwitch.svg?style=flat)](http://cocoapods.org/pods/PWSwitch)
Custom `UISwitch` implementation designed for those who want more control over the looks of the component. Built with `CALayer` and `CAAnimation` for finer control and nice interaction visual effects.