From f587d1d16f9ae93a510fc1585d437ec308a0a78f Mon Sep 17 00:00:00 2001 From: vaycore Date: Tue, 2 Jan 2024 17:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA=201.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/java/burp/vaycore/onescan/common/Constants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3e1b988..a7d956c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ burp.vaycore onescan - 1.5.0 + 1.5.2 OneScan diff --git a/src/main/java/burp/vaycore/onescan/common/Constants.java b/src/main/java/burp/vaycore/onescan/common/Constants.java index 4ff8e81..835cbc1 100644 --- a/src/main/java/burp/vaycore/onescan/common/Constants.java +++ b/src/main/java/burp/vaycore/onescan/common/Constants.java @@ -9,7 +9,7 @@ public interface Constants { // 插件信息 String PLUGIN_NAME = "OneScan"; - String PLUGIN_VERSION = "1.5.0"; + String PLUGIN_VERSION = "1.5.2"; boolean DEBUG = false; // 插件启动显示的信息