From 60a112aa7f529fa20b577f2a16016017250ed7c2 Mon Sep 17 00:00:00 2001
From: Ramana Reddy <90540245+RamanaReddy0M@users.noreply.github.com>
Date: Mon, 8 Apr 2024 22:25:27 +0530
Subject: [PATCH] Update executable version to 1.1.3 (#99)
---
.github/workflows/ci.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2756013..176a0b1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -21,4 +21,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: nuclei-burp-plugin-SNAPSHOT-build
- path: target/nuclei-burp-plugin-1.1.2-SNAPSHOT-jar-with-dependencies.jar
\ No newline at end of file
+ path: target/nuclei-burp-plugin-1.1.3-SNAPSHOT-jar-with-dependencies.jar
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 290427f..19a0ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.projectdiscovery
nuclei-burp-plugin
- 1.1.2-SNAPSHOT
+ 1.1.3-SNAPSHOT
Nuclei Burp Suite plugin
A Burp Suite plugin created to ease nuclei template development.