Skip to content

Commit c8079e0

Browse files
author
wxlpp
committed
docs(All): 修改示例版本号
1 parent fef4fc0 commit c8079e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ UIRouter 是一个用Swift实现的路由解耦框架.
1111
### CocoaPods
1212

1313
```ruby
14-
pod 'UIRouter', '~> 0.1.0.alpha'
14+
pod 'UIRouter', '~> 0.2.0.alpha'
1515
```
1616

1717
### Swift Package Manager
1818

1919
```swift
2020
dependencies: [
21-
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "0.1.0"))
21+
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "0.2.0"))
2222
]
2323
```
2424
## 使用

0 commit comments

Comments
 (0)