File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 661
661
"$(inherited)",
662
662
"@executable_path/../Frameworks",
663
663
);
664
- MARKETING_VERSION = 0.1.1 ;
664
+ MARKETING_VERSION = 0.2.0 ;
665
665
OTHER_SWIFT_FLAGS = "";
666
666
PRODUCT_BUNDLE_IDENTIFIER = com.alex35mil.NeoHub;
667
667
PRODUCT_NAME = "$(TARGET_NAME)";
695
695
"$(inherited)",
696
696
"@executable_path/../Frameworks",
697
697
);
698
- MARKETING_VERSION = 0.1.1 ;
698
+ MARKETING_VERSION = 0.2.0 ;
699
699
OTHER_SWIFT_FLAGS = "";
700
700
PRODUCT_BUNDLE_IDENTIFIER = com.alex35mil.NeoHub;
701
701
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ struct CLI: ParsableCommand {
33
33
static var configuration = CommandConfiguration (
34
34
commandName: " neohub " ,
35
35
abstract: " A CLI interface to NeoHub. Launch new or activate already running Neovide instance. " ,
36
- version: " 0.1.1 "
36
+ version: " 0.2.0 "
37
37
)
38
38
39
39
@Argument ( help: " Optional path passed to Neovide. " )
You can’t perform that action at this time.
0 commit comments