Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree committed Jun 13, 2020
1 parent a7b5450 commit ddebbc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KFGradientProgressView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "KFGradientProgressView"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "一个简单的进度条控件"
s.homepage = "https://github.com/moliya/GradientProgressView"
s.license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- Swift 5.0
- Xcode 11
- iOS 9.0+
- iOS 8.0+

### 使用

Expand Down Expand Up @@ -89,7 +89,7 @@ pod 'KFGradientProgressView'

```swift
dependencies: [
.package(url: "https://github.com/moliya/GradientProgressView", from: "1.0.0")
.package(url: "https://github.com/moliya/GradientProgressView", from: "1.1.0")
]
```

0 comments on commit ddebbc3

Please sign in to comment.