Skip to content

Commit

Permalink
发布版本22.11.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanuo committed Nov 30, 2022
1 parent 0342678 commit 1eff7a3
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>smart-library-lite-packager</artifactId>
<version>22.10.28</version>
<version>22.11.30</version>

<packaging>pom</packaging>

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

<groupId>org.appxi</groupId>
<artifactId>smart-library-lite</artifactId>
<version>22.10.28</version>
<version>22.11.30</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>18</maven.compiler.release>
<javafx.version>20-ea+4</javafx.version>
<javafx.version>20-ea+9</javafx.version>
<slf4j.version>2.0.3</slf4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/org/appxi/smartlib/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class App extends WorkbenchApp {
public static final String ID = "smartLibrary";
public static final String NAME = "智悲研藏";
public static final String VERSION = "22.10.28";
public static final String VERSION = "22.11.30";
private static App instance;

public App() {
Expand Down

0 comments on commit 1eff7a3

Please sign in to comment.