Skip to content

Commit

Permalink
🔖 release 0.1.6.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Nov 16, 2018
1 parent d3866b8 commit dcd8cd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,7 @@ As maven dependency
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.5.RELEASE</version>
<version>0.1.6.RELEASE</version>
</dependency>
```

Expand All @@ -35,7 +35,7 @@ snapshot version
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.7-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.2-RELEASE</version>
<version>0.1.6.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.7-SNAPSHOT</version>
<name>excel-plus</name>
<url>https://biezhi.github.io/excel-plus</url>
<description>excel read and write framework</description>
Expand Down

0 comments on commit dcd8cd5

Please sign in to comment.