Skip to content

Commit

Permalink
fix decode bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenby committed May 22, 2019
1 parent 46c1bc1 commit 1af1bdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.2.1
Fix decode bug.
Fix select bug.

### 3.2.0
Add `ConnectinoListener`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ redis 2.6 - 5.0
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ redis 2.6 - 5.0
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>
```

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

<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>

<name>redis-replicator</name>
<description>
Expand Down

0 comments on commit 1af1bdb

Please sign in to comment.