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.