diff --git a/README.md b/README.md index ea0631a..bb5cedb 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.1' +pod 'StepperView','~> 1.5.2' ``` ## Carthage @@ -68,7 +68,7 @@ pod 'StepperView','~> 1.5.1' [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.1 +github "badrinathvm/stepperView" == 1.5.2 ``` ## 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.1") + .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.5.2") ] ``` diff --git a/StepperView.podspec b/StepperView.podspec index 610c7ac..ba2f53a 100644 --- a/StepperView.podspec +++ b/StepperView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'StepperView' - s.version = '1.5.1' + s.version = '1.5.2' s.swift_version = '5.0' s.summary = 'SwiftUI iOS component for Step Indications.' s.description = 'Stepper View Indication componet for SwiftUI'