From d18bf481c38a7933611a23d83fa10896d655d3ca Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Sat, 17 Sep 2022 19:51:29 -0500 Subject: [PATCH] Bump version to 1.0.0 --- Makefile | 2 +- Sources/XcodesKit/Version.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5824af2..d95f808 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ xcodes: $(SOURCES) --configuration release \ -Xswiftc -Onone \ --disable-sandbox \ - --scratch-path "$(BUILDDIR)" \ + --build-path "$(BUILDDIR)" \ --arch arm64 \ --arch x86_64 \ diff --git a/Sources/XcodesKit/Version.swift b/Sources/XcodesKit/Version.swift index e722549..23a5691 100644 --- a/Sources/XcodesKit/Version.swift +++ b/Sources/XcodesKit/Version.swift @@ -1,3 +1,3 @@ import Version -public let version = Version("0.20.0")! +public let version = Version("1.0.0")!