Skip to content

Commit 097ca77

Browse files
Refactor version bump workflow in GitHub Actions
Modified version bump process to create a new branch for version bumps and update the main branch accordingly. Signed-off-by: Karan Mohindroo <96403086+NullPointerDepressiveDisorder@users.noreply.github.com>
1 parent ffca56e commit 097ca77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MiddleDrag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"@executable_path/../Frameworks",
479479
);
480480
MACOSX_DEPLOYMENT_TARGET = 11.5;
481-
MARKETING_VERSION = 1.4.1.2;
481+
MARKETING_VERSION = 1.4.1.3;
482482
OTHER_LDFLAGS = (
483483
"-framework",
484484
MultitouchSupport,
@@ -546,7 +546,7 @@
546546
"@executable_path/../Frameworks",
547547
);
548548
MACOSX_DEPLOYMENT_TARGET = 11.5;
549-
MARKETING_VERSION = 1.4.1.2;
549+
MARKETING_VERSION = 1.4.1.3;
550550
OTHER_LDFLAGS = (
551551
"-framework",
552552
MultitouchSupport,

0 commit comments

Comments
 (0)