Skip to content

Commit c4efd07

Browse files
committed
Fixed version numb
1 parent bbbe700 commit c4efd07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sm_osx.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
CODE_SIGN_IDENTITY = "Apple Development";
322322
CODE_SIGN_STYLE = Automatic;
323323
COMBINE_HIDPI_IMAGES = YES;
324-
CURRENT_PROJECT_VERSION = 18;
324+
CURRENT_PROJECT_VERSION = 20;
325325
DEVELOPMENT_ASSET_PATHS = "\"sm_osx/Preview Content\"";
326326
DEVELOPMENT_TEAM = 25RK3JMVLT;
327327
ENABLE_HARDENED_RUNTIME = NO;
@@ -335,7 +335,7 @@
335335
"$(inherited)",
336336
"@executable_path/../Frameworks",
337337
);
338-
MARKETING_VERSION = 1.1.7;
338+
MARKETING_VERSION = 1.1.8;
339339
ONLY_ACTIVE_ARCH = NO;
340340
PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx";
341341
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -353,7 +353,7 @@
353353
CODE_SIGN_IDENTITY = "Apple Development";
354354
CODE_SIGN_STYLE = Automatic;
355355
COMBINE_HIDPI_IMAGES = YES;
356-
CURRENT_PROJECT_VERSION = 18;
356+
CURRENT_PROJECT_VERSION = 20;
357357
DEVELOPMENT_ASSET_PATHS = "\"sm_osx/Preview Content\"";
358358
DEVELOPMENT_TEAM = 25RK3JMVLT;
359359
ENABLE_HARDENED_RUNTIME = NO;
@@ -367,7 +367,7 @@
367367
"$(inherited)",
368368
"@executable_path/../Frameworks",
369369
);
370-
MARKETING_VERSION = 1.1.7;
370+
MARKETING_VERSION = 1.1.8;
371371
ONLY_ACTIVE_ARCH = NO;
372372
PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx";
373373
PRODUCT_NAME = "$(TARGET_NAME)";

sm_osx/LauncherView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct LauncherView: View {
1717
@FetchRequest(sortDescriptors:[SortDescriptor(\.title)]) var launcherRepos: FetchedResults<LauncherRepos>
1818
@State var existingRepo = URL(string: "")
1919
@State var repoTitle = ""
20-
@State var currentVersion = "v1.1.7\n"
20+
@State var currentVersion = "v1.1.8\n"
2121
@State var updateAlert = false
2222
@State var latestVersion = ""
2323
@State var repoArgs = ""

0 commit comments

Comments
 (0)