Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micahvandeusen committed Nov 6, 2022
1 parent 5d6ad62 commit 315abda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.rsm.reproducer'
version '1.0'
version '1.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rsm/reproducer/Reproducer.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class Reproducer implements BurpExtension
{
private MontoyaApi api;
private static final String VERSION = "1";
private static final String VERSION = "1.1";
private static final String EXTENSION_NAME = "Reproducer";
ReproducerTab tab;

Expand Down

0 comments on commit 315abda

Please sign in to comment.