We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268ce9 commit ebc03b6Copy full SHA for ebc03b6
2 files changed
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>pw.yumc</groupId>
4
<artifactId>MiaoScript</artifactId>
5
- <version>0.22.3</version>
+ <version>0.23.0</version>
6
<developers>
7
<developer>
8
<id>502647092</id>
src/main/java/pw/yumc/MiaoScript/api/MiaoScriptAPI.java
@@ -8,7 +8,7 @@
import java.nio.file.Paths;
9
10
public class MiaoScriptAPI {
11
- public static final String VERSION = "0.22.0";
+ public static final String VERSION = "0.23.0";
12
private static String root;
13
private static String libPath;
14
private static ScriptEngine scriptEngine;
0 commit comments