Skip to content

Commit

Permalink
Bump build version
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jun 17, 2023
1 parent 7916187 commit 61ec26b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Whisky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.1;
MARKETING_VERSION = "pre-0.3.0";
MARKETING_VERSION = "pre-0.3.1";
PRODUCT_BUNDLE_IDENTIFIER = com.isaacmarovitz.Whisky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -598,7 +598,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.1;
MARKETING_VERSION = "pre-0.3.0";
MARKETING_VERSION = "pre-0.3.1";
PRODUCT_BUNDLE_IDENTIFIER = com.isaacmarovitz.Whisky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Whisky/Utils/Ditto.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Ditto {
try process.run()
_ = try pipe.fileHandleForReading.readToEnd()
} catch {}

process.waitUntilExit()
}
}

0 comments on commit 61ec26b

Please sign in to comment.