Update to 2.0.0

This commit is contained in:
Yonas Kolb 2018-11-04 22:30:40 +11:00
parent 1631236b7a
commit 58c400a479
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TOOL_NAME = XcodeGen
export EXECUTABLE_NAME = xcodegen
VERSION = 1.11.2
VERSION = 2.0.0
PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

View File

@ -6,7 +6,7 @@ import ProjectSpec
import XcodeGenKit
import xcodeproj
let version = try Version("1.11.2")
let version = try Version("2.0.0")
func generate(spec: String, project: String, isQuiet: Bool, justVersion: Bool) {
if justVersion {