We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33be9ef commit 2a0f252Copy full SHA for 2a0f252
README.md
@@ -53,7 +53,7 @@ zip4jvm - a java library for working with zip files
53
## Gradle
54
55
```
56
-compile 'ru.oleg-cherednik.zip4jvm:zip4jvm:1.10'
+compile 'ru.oleg-cherednik.zip4jvm:zip4jvm:1.11'
57
58
59
## Maven
@@ -62,7 +62,7 @@ compile 'ru.oleg-cherednik.zip4jvm:zip4jvm:1.10'
62
<dependency>
63
<groupId>ru.oleg-cherednik.zip4jvm</groupId>
64
<artifactId>zip4jvm</artifactId>
65
- <version>1.10</version>
+ <version>1.11</version>
66
</dependency>
67
68
0 commit comments