Updated version

This commit is contained in:
nathan 2016-05-31 02:21:42 +02:00
parent 9f60b10fd9
commit 19597ac7e9
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
- Dorkbox Cab Parser - Apache 2.0 License
https://github.com/dorkbox
Copyright 2012, dorkbox, llc
Parse and extract data from Microsoft LZX compressed .cab files in Java 6+
- Dorkbox Utils - Apache 2.0 License

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.8</version>
<version>2.9</version>
</dependency>
```

View File

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