Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a6fb11c

Browse files
author
vaycore
committed
更新版本号为1.2.0
1 parent 98e118e commit a6fb11c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>burp.vaycore</groupId>
88
<artifactId>onescan</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0</version>
1010

1111
<properties>
1212
<plugin.name>OneScan</plugin.name>

src/main/java/burp/vaycore/onescan/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public interface Constants {
99

1010
// 插件信息
1111
String PLUGIN_NAME = "OneScan";
12-
String PLUGIN_VERSION = "1.1.0";
12+
String PLUGIN_VERSION = "1.2.0";
1313
boolean DEBUG = false;
1414

1515
// 插件启动显示的信息

0 commit comments

Comments
 (0)