diff --git a/Makefile b/Makefile index fe7d9fe2..34007223 100644 --- a/Makefile +++ b/Makefile @@ -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)" diff --git a/Sources/XcodeGen/main.swift b/Sources/XcodeGen/main.swift index 83a8ee94..cfd7b7ae 100644 --- a/Sources/XcodeGen/main.swift +++ b/Sources/XcodeGen/main.swift @@ -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 {