updated version

master Version_3.2
Robinson 2023-01-29 14:46:34 +01:00
parent 95f52cba8e
commit dcc6884003
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>3.1</version>
<version>3.2</version>
</dependency>
</dependencies>
```
@ -36,7 +36,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:CabParser:3.1")
implementation("com.dorkbox:CabParser:3.2")
}
```

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "Parse and extract data from Microsoft LZX compressed .cab files for Java 8+"
const val group = "com.dorkbox"
const val version = "3.1"
const val version = "3.2"
// set as project.ext
const val name = "CabParser"

View File

@ -34,7 +34,7 @@ public final class CabParser {
*/
public static
String getVersion() {
return "3.1";
return "3.2";
}
static {