Skip to content

Commit

Permalink
Release v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-lingala committed Oct 18, 2020
1 parent 00df701 commit b1d523c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Zip4j supports JDK 7 as well. In cases where the feature/class from JDK 8 is mis
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>2.6.3</version>
<version>2.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>2.6.4-SNAPSHOT</version>
<version>2.6.5-SNAPSHOT</version>

<name>Zip4j</name>
<description>Zip4j - A Java library for zip files and streams</description>
Expand Down

1 comment on commit b1d523c

@guyoua
Copy link

@guyoua guyoua commented on b1d523c Feb 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, could you please tell me that the encryption password is in Chinese? What is the reason why the password is always wrong when I unzip it? I have tried to convert the Chinese password into other codes, but the password is always wrong

Please sign in to comment.