Skip to content

Commit edf7f31

Browse files
committed
update 0.1.4
1 parent 5867ad2 commit edf7f31

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1919
<dokka.version>0.10.1</dokka.version>
20-
<wechaty.version>0.1.3-SNAPSHOT</wechaty.version>
20+
<wechaty.version>0.1.4-SNAPSHOT</wechaty.version>
2121
</properties>
2222

2323
<dependencies>

Diff for: pom.xml

+1-1
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>

Diff for: wechaty-puppet-hostie/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>wechaty-puppet-hostie</artifactId>

Diff for: wechaty-puppet-mock/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>wechaty-parent</artifactId>
77
<groupId>io.github.wechaty</groupId>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.4-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: wechaty-puppet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>wechaty-puppet</artifactId>

Diff for: wechaty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>wechaty</artifactId>

0 commit comments

Comments
 (0)