Skip to content

Commit

Permalink
Update to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Aug 19, 2018
1 parent 75ac3b5 commit 5673d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOOL_NAME = XcodeGen
export EXECUTABLE_NAME = xcodegen
VERSION = 1.10.3
VERSION = 1.11.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/XcodeGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ProjectSpec
import XcodeGenKit
import xcproj

let version = try Version("1.10.3")
let version = try Version("1.11.0")

func generate(spec: String, project: String, isQuiet: Bool, justVersion: Bool) {
if justVersion {
Expand Down

0 comments on commit 5673d10

Please sign in to comment.