Skip to content

Commit cbdcf1a

Browse files
authored
Merge pull request #12 from RUB-NDS/version
Updated Version number and introduced version information to readme
2 parents ca1b2f0 + ff44b0c commit cbdcf1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ ./mvnw clean install
2424

2525
For hints on installing the required libraries checkout the corresponding GitHub repositories.
2626

27+
**Please note:** *In order to run this tool you need TLS-Attacker version 2.0Beta4*
28+
2729
# Running
2830
In order to run TLS-Scanner you need to run the jar file in the apps/ folder.
2931

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>TLS-Scanner</artifactId>
55
<groupId>de.rub.nds.tlsscanner</groupId>
6-
<version>2.0Beta3</version>
6+
<version>1.0</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>
1010
<groupId>de.rub.nds.tlsattacker</groupId>
1111
<artifactId>TLS-Core</artifactId>
12-
<version>2.0Beta3</version>
12+
<version>2.0Beta4</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>junit</groupId>

0 commit comments

Comments
 (0)