Skip to content

Commit

Permalink
New version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelduss committed Jul 1, 2020
1 parent 98ca4f6 commit b2b9aa7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Uuid: c61cfa893bb14db4b01775554f7b802e
ExtensionType: 1
Name: SAML Raider
RepoName: saml-raider
ScreenVersion: 1.2.3
SerialVersion: 6
ScreenVersion: 1.2.4
SerialVersion: 7
MinPlatformVersion: 0
ProOnly: False
Author: Roland Bischofberger / Emanuel Duss
ShortDescription: Provides a SAML message editor and a certificate management tool to help with testing SAML infrastructures.
EntryPoint: target/saml-raider-1.2.3-jar-with-dependencies.jar
EntryPoint: target/saml-raider-1.2.4-jar-with-dependencies.jar
BuildCommand: mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Features of the SAML Raider Certificate Management:

## Download

Download: [saml-raider-1.2.3.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v1.2.3/saml-raider-1.2.3.jar)
Download: [saml-raider-1.2.4.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v1.2.4/saml-raider-1.2.4.jar)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>SAML2 Burp Suite Extension</description>
<groupId>ch.hsr</groupId>
<artifactId>saml-raider</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b2b9aa7

Please sign in to comment.