diff --git a/README.md b/README.md index feca47a..699ef92 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ StepperView is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile. ```ruby -pod 'StepperView','~> 1.5.3' +pod 'StepperView','~> 1.5.4' ``` ## Carthage @@ -68,7 +68,7 @@ pod 'StepperView','~> 1.5.3' [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile: ```ruby -github "badrinathvm/stepperView" == 1.5.3 +github "badrinathvm/stepperView" == 1.5.4 ``` ## Swift Package Manager @@ -77,7 +77,7 @@ StepperView is available through [Swift Package Manager](https://swift.org/packa ```ruby dependencies: [ - .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.5.3") + .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.5.4") ] ```