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

Commit 5516419

Browse files
author
vaycore
committed
更新插件安装成功的截图;更新版本号0.5.1
1 parent 676fcae commit 5516419

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

imgs/install_success.png

-519 Bytes
Loading

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>0.5.0</version>
9+
<version>0.5.1</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 = "0.5.0";
12+
String PLUGIN_VERSION = "0.5.1";
1313
boolean DEBUG = false;
1414

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

0 commit comments

Comments
 (0)