Updated readme for next minor release

This commit is contained in:
Badarinath Venkatnarayansetty
2021-01-11 13:07:31 -08:00
parent dd52cf5659
commit cb8be80f31
+3 -3
View File
@@ -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")
]
```