Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Sep 18, 2022
1 parent ad6aca2 commit d18bf48
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
Expand Up @@ -22,7 +22,7 @@ xcodes: $(SOURCES)
--configuration release \
-Xswiftc -Onone \
--disable-sandbox \
--scratch-path "$(BUILDDIR)" \
--build-path "$(BUILDDIR)" \
--arch arm64 \
--arch x86_64 \

Expand Down
2 changes: 1 addition & 1 deletion Sources/XcodesKit/Version.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Version

public let version = Version("0.20.0")!
public let version = Version("1.0.0")!

0 comments on commit d18bf48

Please sign in to comment.