Updated version

This commit is contained in:
nathan 2016-03-22 00:55:56 +01:00
parent 30e926c612
commit 4d766bdb80
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
```

View File

@ -90,7 +90,7 @@ public final class CabParser {
*/
public static
String getVersion() {
return "2.3";
return "2.4";
}
public Enumeration<Object> entries() {