Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed May 5, 2024
1 parent 3be64b2 commit 6d5ab7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NeoHub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 0.2.1;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.alex35mil.NeoHub;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -695,7 +695,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 0.2.1;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.alex35mil.NeoHub;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion NeoHubCLI/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct CLI: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "neohub",
abstract: "A CLI interface to NeoHub. Launch new or activate already running Neovide instance.",
version: "0.2.0"
version: "0.2.1"
)

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

0 comments on commit 6d5ab7f

Please sign in to comment.