Skip to content

Commit cbbe140

Browse files
author
Pedro Piñera
committed
Update the version in the README
1 parent 22c1e9f commit cbbe140

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
@@ -37,7 +37,7 @@ Add the dependency in your `Package.swift` file:
3737
let package = Package(
3838
name: "myproject",
3939
dependencies: [
40-
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.14.0"))
40+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.15.0"))
4141
],
4242
targets: [
4343
.target(
@@ -59,7 +59,7 @@ github "tuist/xcodeproj" ~> 7.11.
5959
### CocoaPods
6060

6161
```ruby
62-
pod 'xcodeproj', '~> 7.14.0
62+
pod 'xcodeproj', '~> 7.15.0
6363
```
6464
6565
### Scripting

0 commit comments

Comments
 (0)