Skip to content

Commit eaf114d

Browse files
committed
pump version
1 parent 683a836 commit eaf114d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

BappManifest.bmf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Uuid: c61cfa893bb14db4b01775554f7b802e
22
ExtensionType: 1
33
Name: SAML Raider
44
RepoName: saml-raider
5-
ScreenVersion: 2.3.0
6-
SerialVersion: 20
5+
ScreenVersion: 2.4.0
6+
SerialVersion: 22
77
MinPlatformVersion: 16
88
ProOnly: False
99
Author: Roland Bischofberger / Emanuel Duss / Tobias Hort-Giess
1010
ShortDescription: Provides a SAML message editor and a certificate management tool to help with testing SAML infrastructures.
11-
EntryPoint: build/libs/saml-raider-2.3.0.jar
11+
EntryPoint: build/libs/saml-raider-2.4.0.jar
1212
BuildCommand: ./gradlew jar
1313
SupportedProducts: Pro, Community

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Don't forget to rate our extension with as many stars you like :smile:.
7979
### Manual Installation
8080

8181
First, download the latest SAML Raider version:
82-
[saml-raider-2.3.0.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v2.3.0/saml-raider-2.3.0.jar).
82+
[saml-raider-2.4.0.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v2.4.0/saml-raider-2.4.0.jar).
8383
Then, start Burp Suite and click in the `Extensions` tab on `Add`. Choose the
8484
SAML Raider JAR file to install it and you are ready to go.
8585

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "java-library"
33
}
44

5-
version = "2.3.0"
5+
version = "2.4.0"
66

77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)