Updated version and badges

This commit is contained in:
Robinson 2023-01-24 18:38:09 +01:00
parent d99156171d
commit 67b83287c9
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
CAB PARSER CAB PARSER
=========== ===========
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/CabParser) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/CabParser) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/CabParser) [![Bitbucket](https://badge.dorkbox.com/bitbucket.svg "Bitbucket")](https://bitbucket.org/dorkbox/CabParser) ###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/CabParser) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/CabParser) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/CabParser)
@ -26,7 +26,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId> <artifactId>CabParser</artifactId>
<version>2.15</version> <version>3.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -36,12 +36,11 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
implementation("com.dorkbox:CabParser:2.15") implementation("com.dorkbox:CabParser:3.1")
} }
``` ```
License License
--------- ---------
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references. references.