Update to 1.11.1

This commit is contained in:
Yonas Kolb 2018-08-23 00:28:59 +10:00
parent 6950663306
commit 8b0cd5d204
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TOOL_NAME = XcodeGen
export EXECUTABLE_NAME = xcodegen
VERSION = 1.11.0
VERSION = 1.11.1
PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
@ -34,7 +34,7 @@ release: format_code
git add .
git commit -m "Update to $(VERSION)"
git tag $(VERSION)
#git tag $(VERSION)
publish: archive bump_brew
echo "published $(VERSION)"

View File

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