Skip to content

Commit a3447b8

Browse files
committed
misc: update version
1 parent 79c5d93 commit a3447b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.github.youkale</groupId>
3030
<artifactId>sql4j</artifactId>
31-
<version>0.1.6</version>
31+
<version>0.1.8</version>
3232
</dependency>
3333
```
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ output sql , but if you need to run on the server is more difficult . So I built
3232
<dependency>
3333
<groupId>io.github.youkale</groupId>
3434
<artifactId>sql4j</artifactId>
35-
<version>0.1.6</version>
35+
<version>0.1.8</version>
3636
</dependency>
3737
```
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.github.youkale</groupId>
66
<artifactId>sql4j</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.1.7</version>
8+
<version>0.1.8</version>
99
<name>sql4j</name>
1010
<url>https://github.com/youkale/sql4j</url>
1111
<description>A lightweight persistence framework</description>

0 commit comments

Comments
 (0)