We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99010 commit f288029Copy full SHA for f288029
README.md
@@ -71,7 +71,7 @@ Zip4j supports JDK 7 as well. In cases where the feature/class from JDK 8 is mis
71
<dependency>
72
<groupId>net.lingala.zip4j</groupId>
73
<artifactId>zip4j</artifactId>
74
- <version>2.10.0</version>
+ <version>2.11.0</version>
75
</dependency>
76
```
77
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
+ <version>2.11.1-SNAPSHOT</version>
10
11
<name>Zip4j</name>
12
<description>Zip4j - A Java library for zip files and streams</description>
0 commit comments