Skip to content

Commit fb5d502

Browse files
committed
chore: bump version to 1.5.0 (build 17)
✨ **Features** - Two-finger swipe left/right on the editor or use Cmd+Left/Right to navigate between notes in the current folder ([#21](#21)) 🔧 **Chores** - Segmented pickers in settings now fill the full card width; added brief descriptions for swipe navigation toggles ([`b46eda1`](b46eda1))
1 parent 828ef6b commit fb5d502

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

EdgeMark.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
275275
CODE_SIGN_STYLE = Automatic;
276276
COMBINE_HIDPI_IMAGES = YES;
277-
CURRENT_PROJECT_VERSION = 16;
277+
CURRENT_PROJECT_VERSION = 17;
278278
DEAD_CODE_STRIPPING = YES;
279279
ENABLE_APP_SANDBOX = NO;
280280
ENABLE_PREVIEWS = YES;
@@ -288,7 +288,7 @@
288288
"$(inherited)",
289289
"@executable_path/../Frameworks",
290290
);
291-
MARKETING_VERSION = 1.4.0;
291+
MARKETING_VERSION = 1.5.0;
292292
PRODUCT_BUNDLE_IDENTIFIER = "io.github.ender-wang.EdgeMark";
293293
PRODUCT_NAME = "$(TARGET_NAME)";
294294
REGISTER_APP_GROUPS = YES;
@@ -308,7 +308,7 @@
308308
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
309309
CODE_SIGN_STYLE = Automatic;
310310
COMBINE_HIDPI_IMAGES = YES;
311-
CURRENT_PROJECT_VERSION = 16;
311+
CURRENT_PROJECT_VERSION = 17;
312312
DEAD_CODE_STRIPPING = YES;
313313
ENABLE_APP_SANDBOX = NO;
314314
ENABLE_PREVIEWS = YES;
@@ -322,7 +322,7 @@
322322
"$(inherited)",
323323
"@executable_path/../Frameworks",
324324
);
325-
MARKETING_VERSION = 1.4.0;
325+
MARKETING_VERSION = 1.5.0;
326326
PRODUCT_BUNDLE_IDENTIFIER = "io.github.ender-wang.EdgeMark";
327327
PRODUCT_NAME = "$(TARGET_NAME)";
328328
REGISTER_APP_GROUPS = YES;

0 commit comments

Comments
 (0)