Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Jun 23, 2023
1 parent fe98e73 commit 88c7270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ xcodes: $(SOURCES)
.PHONY: sign
sign: xcodes
@codesign \
--sign "Developer ID Application: Robots and Pencils Inc. (PBH8V487HB)" \
--prefix com.robotsandpencils. \
--sign "Developer ID Application: Matt Kiazyk (ZU6GR6B2FY)" \
--prefix com.xcodesorg. \
--options runtime \
--timestamp \
"$(RELEASEBUILDDIR)"
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("1.3.0")!
public let version = Version("1.4.0")!

0 comments on commit 88c7270

Please sign in to comment.