Skip to content

Commit d18bf48

Browse files
committed
Bump version to 1.0.0
1 parent ad6aca2 commit d18bf48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ xcodes: $(SOURCES)
2222
--configuration release \
2323
-Xswiftc -Onone \
2424
--disable-sandbox \
25-
--scratch-path "$(BUILDDIR)" \
25+
--build-path "$(BUILDDIR)" \
2626
--arch arm64 \
2727
--arch x86_64 \
2828

Sources/XcodesKit/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import Version
22

3-
public let version = Version("0.20.0")!
3+
public let version = Version("1.0.0")!

0 commit comments

Comments
 (0)