Skip to content

Commit

Permalink
Update to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Dec 27, 2017
1 parent 681a072 commit bebae07
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,5 +1,5 @@
TOOL_NAME = xcodegen
VERSION = 1.4.0
VERSION = 1.5.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_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 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 {
Expand Down

0 comments on commit bebae07

Please sign in to comment.