Skip to content

Commit

Permalink
Update executable version to 1.1.3 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M authored Apr 8, 2024
1 parent b12a2da commit 60a112a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
path: target/nuclei-burp-plugin-1.1.3-SNAPSHOT-jar-with-dependencies.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.projectdiscovery</groupId>
<artifactId>nuclei-burp-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>

<name>Nuclei Burp Suite plugin</name>
<description>A Burp Suite plugin created to ease nuclei template development.</description>
Expand Down

0 comments on commit 60a112a

Please sign in to comment.