From 3ef74a6bf55b9e6ba664302836a8e052500dd515 Mon Sep 17 00:00:00 2001 From: thort Date: Thu, 19 Sep 2024 11:03:58 +0200 Subject: [PATCH] pump version --- BappManifest.bmf | 6 +++--- README.md | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BappManifest.bmf b/BappManifest.bmf index 46355a6..25673d4 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,12 +2,12 @@ Uuid: c61cfa893bb14db4b01775554f7b802e ExtensionType: 1 Name: SAML Raider RepoName: saml-raider -ScreenVersion: 2.0.2 -SerialVersion: 16 +ScreenVersion: 2.0.3 +SerialVersion: 17 MinPlatformVersion: 0 ProOnly: False Author: Roland Bischofberger / Emanuel Duss / Tobias Hort-Giess ShortDescription: Provides a SAML message editor and a certificate management tool to help with testing SAML infrastructures. -EntryPoint: build/libs/saml-raider-2.0.2.jar +EntryPoint: build/libs/saml-raider-2.0.3.jar BuildCommand: ./gradlew jar SupportedProducts: Pro, Community diff --git a/README.md b/README.md index e4f5694..bc31174 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Don't forget to rate our extension with as many stars you like :smile:. ### Manual Installation First, download the latest SAML Raider version: -[saml-raider-2.0.2.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v2.0.2/saml-raider-2.0.2.jar). +[saml-raider-2.0.3.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v2.0.3/saml-raider-2.0.3.jar). Then, start Burp Suite and click in the `Extensions` tab on `Add`. Choose the SAML Raider JAR file to install it and you are ready to go. diff --git a/build.gradle b/build.gradle index f5f5223..8abdfa5 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "java-library" } -version = "2.0.2" +version = "2.0.3" repositories { mavenCentral()