From 5e8330ed52734c0819ac9cc0e5925afdc729dd25 Mon Sep 17 00:00:00 2001 From: Teutates <103068388+Teutates@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:39:56 -0500 Subject: [PATCH] v1.1.1 --- Info.plist | 4 ++-- launchctl.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index 78d0192..bb9595f 100644 --- a/Info.plist +++ b/Info.plist @@ -13,9 +13,9 @@ CFBundleName launchctl CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleVersion - 1.1.0 + 1.1.1 DarwinVariant RELEASE NSHumanReadableCopyright diff --git a/launchctl.c b/launchctl.c index 178e7ed..e7531ea 100644 --- a/launchctl.c +++ b/launchctl.c @@ -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;