Skip to content

Commit

Permalink
发布版本22.08.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanuo committed Aug 30, 2022
1 parent 472035b commit 4637f90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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>smart-library-lite-packager</artifactId>
<version>22.08.13</version>
<version>22.08.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.08.13</version>
<version>22.08.30</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>18</maven.compiler.release>
<javafx.version>20-ea+1</javafx.version>
<javafx.version>20-ea+2</javafx.version>
<slf4j.version>2.0.0-alpha6</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 @@ -32,7 +32,7 @@
public class App extends WorkbenchApp {
public static final String ID = "smartLibrary";
public static final String NAME = "智悲研藏";
public static final String VERSION = "22.08.13";
public static final String VERSION = "22.08.30";
private static App instance;

public App() {
Expand Down

0 comments on commit 4637f90

Please sign in to comment.