From 67b83287c94537f0e5338fa36df0a5b51d3759cf Mon Sep 17 00:00:00 2001 From: Robinson Date: Tue, 24 Jan 2023 18:38:09 +0100 Subject: [PATCH] Updated version and badges --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6c9b0c..04fcd82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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 com.dorkbox CabParser - 2.15 + 3.1 ``` @@ -36,12 +36,11 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:CabParser:2.15") + implementation("com.dorkbox:CabParser:3.1") } ``` 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. -