Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanuo committed Mar 25, 2024
1 parent 8c03b67 commit 2e884f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api
2 changes: 1 addition & 1 deletion app-packager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.appxi</groupId>
<artifactId>cbeta-explorer-packager</artifactId>
<version>24.03.24</version>
<version>24.03.25</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.appxi</groupId>
<artifactId>cbeta-explorer</artifactId>
<version>24.03.24</version>
<version>24.03.25</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/org/appxi/cbeta/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class App extends BootstrapApp {
public static final String ID = "cbetaExplorer";
public static final String NAME = "典 · 集";
public static final String VERSION = "24.03.24";
public static final String VERSION = "24.03.25";

public final Bookcase bookcase;

Expand Down

0 comments on commit 2e884f8

Please sign in to comment.