Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:48 +01:00
parent 54ba0c0a80
commit 65308294f1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>2.10</version>
<version>2.11</version>
</dependency>
```

View File

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