Skip to content

Commit 3acc7c5

Browse files
committed
Release v0.1.2
1 parent d6dbe3e commit 3acc7c5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ContextEditor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@
289289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
290290
CODE_SIGN_STYLE = Automatic;
291291
COMBINE_HIDPI_IMAGES = YES;
292-
CURRENT_PROJECT_VERSION = 2;
292+
CURRENT_PROJECT_VERSION = 3;
293293
ENABLE_HARDENED_RUNTIME = YES;
294294
INFOPLIST_FILE = ContextEditor/Info.plist;
295295
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
296296
LD_RUNPATH_SEARCH_PATHS = (
297297
"$(inherited)",
298298
"@executable_path/../Frameworks",
299299
);
300-
MARKETING_VERSION = 0.1.1;
300+
MARKETING_VERSION = 0.1.2;
301301
PRODUCT_BUNDLE_IDENTIFIER = com.driade.contexteditor;
302302
SDKROOT = macosx;
303303
SUPPORTS_MACCATALYST = NO;
@@ -312,7 +312,7 @@
312312
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
313313
CODE_SIGN_STYLE = Manual;
314314
COMBINE_HIDPI_IMAGES = YES;
315-
CURRENT_PROJECT_VERSION = 2;
315+
CURRENT_PROJECT_VERSION = 3;
316316
DEVELOPMENT_TEAM = KYNN4JTWJN;
317317
ENABLE_HARDENED_RUNTIME = YES;
318318
INFOPLIST_FILE = ContextEditor/Info.plist;
@@ -321,7 +321,7 @@
321321
"$(inherited)",
322322
"@executable_path/../Frameworks",
323323
);
324-
MARKETING_VERSION = 0.1.1;
324+
MARKETING_VERSION = 0.1.2;
325325
PRODUCT_BUNDLE_IDENTIFIER = com.driade.contexteditor;
326326
SDKROOT = macosx;
327327
SUPPORTS_MACCATALYST = NO;

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ targets:
1919
PRODUCT_BUNDLE_IDENTIFIER: com.driade.contexteditor
2020
INFOPLIST_FILE: ContextEditor/Info.plist
2121
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
22-
CURRENT_PROJECT_VERSION: 2
23-
MARKETING_VERSION: 0.1.1
22+
CURRENT_PROJECT_VERSION: 3
23+
MARKETING_VERSION: 0.1.2
2424
ENABLE_HARDENED_RUNTIME: YES
2525
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.developer-tools
2626
SUPPORTS_MACCATALYST: NO

0 commit comments

Comments
 (0)