Skip to content

Commit d922b6b

Browse files
author
Erik Derr
committed
bump to version 2.3.1
1 parent 9394081 commit d922b6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Refer to <a href="https://developer.android.com/studio/">https://developer.andro
7373
|_ data
7474
| |_ app-version-codes.csv (Google Play app packages with valid version codes)
7575
|_ lib
76-
| pre-compiled WALA libs, Android axml
76+
| Android axml
7777
|_ scripts
7878
| |_ library-specs (pre-defined library specs)
7979
| |_ library-scraper.py (scraper for mvn-central, jcenter, custom mvn)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jar {
4343
manifest {
4444
attributes 'Main-Class': 'de.infsec.tpl.TplCLI',
4545
'Tool': 'LibScout',
46-
'Version': '2.3.0'
46+
'Version': '2.3.1'
4747
}
4848

4949
// build fat jar

src/de/infsec/tpl/config/LibScoutConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class LibScoutConfig {
2020
private static final Logger logger = LoggerFactory.getLogger(de.infsec.tpl.config.LibScoutConfig.class);
2121

2222
public static final String TOOLNAME = "LibScout";
23-
public static final String TOOLVERSION = "2.3.0";
23+
public static final String TOOLVERSION = "2.3.1";
2424

2525
// modes of operations
2626
public enum OpMode {

0 commit comments

Comments
 (0)