Skip to content

Commit 6d5ab7f

Browse files
committed
v0.2.1
1 parent 3be64b2 commit 6d5ab7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NeoHub.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
"$(inherited)",
662662
"@executable_path/../Frameworks",
663663
);
664-
MARKETING_VERSION = 0.2.0;
664+
MARKETING_VERSION = 0.2.1;
665665
OTHER_SWIFT_FLAGS = "";
666666
PRODUCT_BUNDLE_IDENTIFIER = com.alex35mil.NeoHub;
667667
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -695,7 +695,7 @@
695695
"$(inherited)",
696696
"@executable_path/../Frameworks",
697697
);
698-
MARKETING_VERSION = 0.2.0;
698+
MARKETING_VERSION = 0.2.1;
699699
OTHER_SWIFT_FLAGS = "";
700700
PRODUCT_BUNDLE_IDENTIFIER = com.alex35mil.NeoHub;
701701
PRODUCT_NAME = "$(TARGET_NAME)";

NeoHubCLI/CLI.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct CLI: ParsableCommand {
3333
static var configuration = CommandConfiguration(
3434
commandName: "neohub",
3535
abstract: "A CLI interface to NeoHub. Launch new or activate already running Neovide instance.",
36-
version: "0.2.0"
36+
version: "0.2.1"
3737
)
3838

3939
@Argument(help: "Optional path passed to Neovide.")

0 commit comments

Comments
 (0)