Skip to content

Commit ba35f5f

Browse files
committed
upgrade version to 0.1.4-SNAPSHOT
1 parent 7d4b1c2 commit ba35f5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ mvn install wechaty
278278

279279
### master
280280

281+
### v0.1.4 (June 13 2020)
282+
1. use `PuppetManager` to manage multi puppet implementations.
283+
2. add mock puppet.
284+
3. remove puppet implementations from wechaty pom. Which implementation to use depends on which implementation jar in your pom.
285+
4. fix some bugs.
286+
281287
### v0.1.3 (June 6 2020)
282288
1. support plugins!
283289

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.4-SNAPSHOT</version>
99
<name>kotlin-wechaty</name>
1010

1111
<description>

0 commit comments

Comments
 (0)