Skip to content

Commit 53d4656

Browse files
author
Tobias Hort
committed
pump version
1 parent d9b4a54 commit 53d4656

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

BappManifest.bmf

Lines changed: 2 additions & 2 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.5.1
5+
ScreenVersion: 2.5.2
66
SerialVersion: 27
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: saml-raider-2.5.1.jar
11+
EntryPoint: saml-raider-2.5.2.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.5.1.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v2.5.1/saml-raider-2.5.1.jar).
82+
[saml-raider-2.5.2.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v2.5.2/saml-raider-2.5.2.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.5.1"
5+
version = "2.5.2"
66

77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)