Skip to content

Commit 22906f7

Browse files
committed
v1.2.0
1 parent 217a5e5 commit 22906f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleName</key>
1414
<string>launchctl</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.1.1</string>
16+
<string>1.2.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>1.1.1</string>
18+
<string>1.2.0</string>
1919
<key>DarwinVariant</key>
2020
<string>RELEASE</string>
2121
<key>NSHumanReadableCopyright</key>

launchctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "launchctl.h"
4545
#include "xpc_private.h"
4646

47-
__SCCSID("@(#)PROGRAM:launchctl PROJECT:ProcursusTeam/launchctl VERSION:1.1.1");
47+
__SCCSID("@(#)PROGRAM:launchctl PROJECT:ProcursusTeam/launchctl VERSION:1.2.0");
4848

4949
char launchctl __attribute__((section("__TEXT,__launchctl"))) = 1;
5050

0 commit comments

Comments
 (0)