Skip to content

Commit

Permalink
II-15-[updated readme]
Browse files Browse the repository at this point in the history
  • Loading branch information
spopovshakuro committed Apr 4, 2024
1 parent 824281a commit f04b5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Shakuro PullToRefreshSwiftUI](Resources/title_image.png)
<br><br>
# PullToRefreshSwiftUI
![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)
![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)
![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)
![License MIT](https://img.shields.io/badge/license-MIT-green.svg)

Expand Down Expand Up @@ -107,7 +107,7 @@ Add `PullToRefreshSwiftUI` as a dependency in your `Package.swift` manifest:

```swift
dependencies: [
.package(url: "https://github.com/shakurocom/PullToRefreshSwiftUI.git", from: "1.2.0")
.package(url: "https://github.com/shakurocom/PullToRefreshSwiftUI.git", from: "1.2.1")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Shakuro.PullToRefreshSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Shakuro.PullToRefreshSwiftUI'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'PullToRefreshSwiftUI'
s.homepage = 'https://github.com/shakurocom/PullToRefreshSwiftUI'
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down

0 comments on commit f04b5ac

Please sign in to comment.