Skip to content

Commit

Permalink
🔖 release 0.1.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Nov 9, 2018
1 parent 66c29c5 commit 8f69cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ As maven dependency
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.3.RELEASE</version>
<version>0.1.4.RELEASE</version>
</dependency>
```

Expand All @@ -35,7 +35,7 @@ snapshot version
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</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.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-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 8f69cf2

Please sign in to comment.