Skip to content

Commit

Permalink
更新版本到0.1.1 +b
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperIceCN committed Mar 21, 2023
1 parent fc22fc0 commit d7e3e59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ The sub-list is the parameter body, and the main list is the command body.
- --stdin=xxx Read console input from the specified file (xxx input the file address, from pnx-cli current path)
- pnx server
- --latest Install the latest version of pnx core
- -u Install or upgrade PNX server core (manual selection required)
- --dev Install the development version of pnx core
- install / update Install or upgrade PNX server core (manual selection required)
- pnx libs
- -u Install or update dependent libraries
- -v Check if the dependency library is up to date
- -u / update Install or update dependent libraries
- -c / check Check if the dependency library is up to date
- --latest Install the latest version of the dependency library
- --dev Install the development version of the dependency library
- pnx jvm
- check View the installed JVMs
- remote Lists all available JVM in the PNX remote repository
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.powernukkitx</groupId>
<artifactId>PNX-CLI</artifactId>
<version>0.1.0.0</version>
<version>0.1.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/powernukkitx/cli/share/CLIConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.List;

public interface CLIConstant {
String version = "0.1.0.0";
String version = "0.1.1";
List<String> authors = List.of("超神的冰凉");
File userDir = new File(System.getProperty("user.dir"));
File programDir = new File(OSUtils.getProgramDir());
Expand Down

0 comments on commit d7e3e59

Please sign in to comment.