Skip to content

Commit

Permalink
发布版本22.10.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanuo committed Oct 28, 2022
1 parent b27181c commit ffa1e5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>22.09.23</version>
<version>22.10.28</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<groupId>org.appxi</groupId>
<artifactId>cbeta-explorer</artifactId>
<version>22.09.23</version>
<version>22.10.28</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>18</maven.compiler.release>
<slf4j.version>2.0.0-alpha6</slf4j.version>
<slf4j.version>2.0.3</slf4j.version>
</properties>

<dependencies>
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 @@ -34,7 +34,7 @@
public class App extends WorkbenchApp {
public static final String ID = "cbetaExplorer";
public static final String NAME = "智悲乐藏";
public static final String VERSION = "22.09.23";
public static final String VERSION = "22.10.28";
private static App instance;

public App() {
Expand Down

0 comments on commit ffa1e5c

Please sign in to comment.