Skip to content

Commit

Permalink
发布版本22.05.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanuo committed May 23, 2022
1 parent 6c43212 commit 5bb2178
Show file tree
Hide file tree
Showing 2 changed files with 2 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.05.22</version>
<version>22.05.23</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 @@ -27,7 +27,7 @@
public class App extends WorkbenchApp {
public static final String ID = "smartLibrary";
public static final String NAME = "智悲研藏";
public static final String VERSION = "22.05.22";
public static final String VERSION = "22.05.23";
private static App instance;

public App() {
Expand Down

0 comments on commit 5bb2178

Please sign in to comment.