From 58c400a479fd7831b3f622641cca10cfecdea835 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Sun, 4 Nov 2018 22:30:40 +1100 Subject: [PATCH] Update to 2.0.0 --- Makefile | 2 +- Sources/XcodeGen/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 931c6b90..f98091cf 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/Sources/XcodeGen/main.swift b/Sources/XcodeGen/main.swift index d0c2bf44..d914b3fd 100644 --- a/Sources/XcodeGen/main.swift +++ b/Sources/XcodeGen/main.swift @@ -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 {