Skip to content

Commit

Permalink
Updated readme for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Badarinath Venkatnarayansetty authored and Badarinath Venkatnarayansetty committed Apr 14, 2020
1 parent cf49ba5 commit bfd61d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pod 'StepperView'
StepperView is available through Swift Package Manager. To install it, simply add the following dependency to your Package.swift

```ruby
.package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.1.2")
.package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.1.3")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion StepperView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'StepperView'
s.version = '1.1.2'
s.version = '1.1.3'
s.swift_version = '5.0'
s.summary = 'SwiftUI iOS component for Step Indications.'
s.description = 'Stepper View Indication componet for SwiftUI'
Expand Down

0 comments on commit bfd61d8

Please sign in to comment.