Skip to content

Commit 88c7270

Browse files
committed
Bump version to 1.4.0
1 parent fe98e73 commit 88c7270

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ xcodes: $(SOURCES)
2929
.PHONY: sign
3030
sign: xcodes
3131
@codesign \
32-
--sign "Developer ID Application: Robots and Pencils Inc. (PBH8V487HB)" \
33-
--prefix com.robotsandpencils. \
32+
--sign "Developer ID Application: Matt Kiazyk (ZU6GR6B2FY)" \
33+
--prefix com.xcodesorg. \
3434
--options runtime \
3535
--timestamp \
3636
"$(RELEASEBUILDDIR)"

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("1.3.0")!
3+
public let version = Version("1.4.0")!

0 commit comments

Comments
 (0)