Skip to content

Commit 9aaeeeb

Browse files
authored
Update index.md
1 parent 917c918 commit 9aaeeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Once you have your Swift package set up, adding UIPilot as a dependency is as ea
323323

324324
```swift
325325
dependencies: [
326-
.package(url: "https://github.com/canopas/UIPilot.git", .upToNextMajor(from: "1.1.7"))
326+
.package(url: "https://github.com/canopas/UIPilot.git", .upToNextMajor(from: "1.2.0"))
327327
]
328328
```
329329

@@ -332,7 +332,7 @@ dependencies: [
332332
[CocoaPods][] is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate UIPilot into your Xcode project using CocoaPods, specify it in your Podfile:
333333

334334
target 'YourAppName' do
335-
pod 'UIPilot', '~> 1.1.7'
335+
pod 'UIPilot', '~> 1.2.0'
336336
end
337337

338338
[CocoaPods]: https://cocoapods.org

0 commit comments

Comments
 (0)