From 81972a3a762a8866f4583fb015a41d96bed3a0cf Mon Sep 17 00:00:00 2001 From: vaycore Date: Fri, 13 Oct 2023 13:24:12 +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=BA1.3.4?= 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 57a75d2..08e7050 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ burp.vaycore onescan - 1.3.1 + 1.3.4 OneScan diff --git a/src/main/java/burp/vaycore/onescan/common/Constants.java b/src/main/java/burp/vaycore/onescan/common/Constants.java index 0c768b2..8fca8e6 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.3.1"; + String PLUGIN_VERSION = "1.3.4"; boolean DEBUG = false; // 插件启动显示的信息