Skip to content

Commit

Permalink
Update to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Oct 31, 2019
1 parent 292cee1 commit b7a5972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOOL_NAME = XcodeGen
export EXECUTABLE_NAME = xcodegen
VERSION = 2.10.0
VERSION = 2.10.1

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ swift run xcodegen
Add the following to your Package.swift file's dependencies:

```swift
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "2.10.0"),
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "2.10.1"),
```

And then import wherever needed: `import XcodeGenKit`
Expand Down
2 changes: 1 addition & 1 deletion Sources/XcodeGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import Foundation
import ProjectSpec
import XcodeGenCLI

let version = Version("2.10.0")
let version = Version("2.10.1")
let cli = XcodeGenCLI(version: version)
cli.execute()

0 comments on commit b7a5972

Please sign in to comment.