chore(version): 更新版本号至0.2.2

- 将VERSIONS常量从0.1.2更新为0.2.2
This commit is contained in:
tzdwindows 7
2025-10-07 17:08:36 +08:00
parent efc73c935d
commit 1e0aa62ca8

View File

@@ -68,7 +68,7 @@ import java.util.zip.ZipOutputStream;
*/ */
public class AxisInnovatorsBox { public class AxisInnovatorsBox {
private static final Logger logger = LogManager.getLogger(AxisInnovatorsBox.class); private static final Logger logger = LogManager.getLogger(AxisInnovatorsBox.class);
private static final String VERSIONS = "0.1.2"; private static final String VERSIONS = "0.2.2";
private static final String[] AUTHOR = new String[]{ private static final String[] AUTHOR = new String[]{
"tzdwindows 7", "tzdwindows 7",
"lyxyz5223", "lyxyz5223",