Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyu511 committed Jun 21, 2017
1 parent 403605d commit 541864b
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 @@ -32,7 +32,7 @@ Get the latest JAR(s) from here. Alternatively you can include following Maven d
<dependency>
<groupId>io.github.guoyu511</groupId>
<artifactId>vertx-mysql-binlog</artifactId>
<version>0.1.0</version>
<version>0.2.0</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>io.github.guoyu511</groupId>
<artifactId>vertx-mysql-binlog</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<description>A Vert.x client allowing applications tapping into MySQL replication stream.</description>
<packaging>jar</packaging>

Expand Down

0 comments on commit 541864b

Please sign in to comment.