Skip to content

Commit 0acf029

Browse files
authored
Merge pull request #16 from tuist/v0.7.0
Version 0.7.0
2 parents fa03f23 + e7d4e3a commit 0acf029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install `XcodeGraph`, you can add it to your project or package's `Package.sw
1616
```swift
1717
let package = Package(
1818
dependencies: [
19-
.package(url: "https://github.com/tuist/XcodeGraph.git", .upToNextMajor(from: "0.1.0")),
19+
.package(url: "https://github.com/tuist/XcodeGraph.git", .upToNextMajor(from: "0.7.0")),
2020
],
2121
)
2222
```

0 commit comments

Comments
 (0)