Skip to content

Commit

Permalink
发布版本22.02.07
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanuo committed Feb 7, 2022
1 parent 838f60d commit 1fac52e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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>org.appxi</groupId>
<artifactId>smart-library</artifactId>
<version>22.01.20</version>
<version>22.02.07</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

exports org.appxi.smartlib; // for application launch
exports org.appxi.smartlib.html;
exports org.appxi.smartlib.item;

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

public App() {
Expand Down

0 comments on commit 1fac52e

Please sign in to comment.