Update to 1.5.0

This commit is contained in:
Yonas Kolb 2017-12-27 17:51:22 +08:00
parent 681a07272d
commit bebae07fcf
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
TOOL_NAME = xcodegen
VERSION = 1.4.0
VERSION = 1.5.0
PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME)

View File

@ -6,7 +6,7 @@ import xcproj
import ProjectSpec
import JSONUtilities
let version = "1.4.0"
let version = "1.5.0"
func generate(spec: String, project: String, isQuiet: Bool, justVersion: Bool) {
if justVersion {