Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teutates committed Mar 1, 2023
1 parent a636600 commit 5e8330e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleName</key>
<string>launchctl</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>DarwinVariant</key>
<string>RELEASE</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion launchctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#include "launchctl.h"

__SCCSID("@(#)PROGRAM:launchctl PROJECT:ProcursusTeam/launchctl VERSION:1.1.0");
__SCCSID("@(#)PROGRAM:launchctl PROJECT:ProcursusTeam/launchctl VERSION:1.1.1");

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

Expand Down

0 comments on commit 5e8330e

Please sign in to comment.