Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 032c440

Browse files
committed
🔖 release 0.1.3.RELEASE
1 parent b4fd753 commit 032c440

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Easier to read and generate an excel file, supports 2003 and 2007.
44

55
[![](https://img.shields.io/travis/biezhi/excel-plus.svg)](https://travis-ci.org/biezhi/excel-plus)
66
[![](https://img.shields.io/maven-central/v/io.github.biezhi/excel-plus.svg)](https://mvnrepository.com/artifact/io.github.biezhi/excel-plus)
7-
[![@biezhi on zhihu](https://img.shields.io/badge/zhihu-%40biezhi-red.svg)](https://www.zhihu.com/people/biezhi)
87
[![](https://img.shields.io/badge/license-Apache2-FF0080.svg)](https://github.com/biezhi/excel-plus/blob/master/LICENSE)
9-
[![](https://img.shields.io/github/followers/biezhi.svg?style=social&label=Follow%20Me)](https://github.com/biezhi)
108

119
<a href="https://biezhi.github.io/excel-plus/" target="_blank">中文文档</a>
1210

@@ -27,7 +25,7 @@ As maven dependency
2725
<dependency>
2826
<groupId>io.github.biezhi</groupId>
2927
<artifactId>excel-plus</artifactId>
30-
<version>0.1.2-RELEASE</version>
28+
<version>0.1.3.RELEASE</version>
3129
</dependency>
3230
```
3331

@@ -37,7 +35,7 @@ snapshot version
3735
<dependency>
3836
<groupId>io.github.biezhi</groupId>
3937
<artifactId>excel-plus</artifactId>
40-
<version>0.1.3-SNAPSHOT</version>
38+
<version>0.1.4-SNAPSHOT</version>
4139
</dependency>
4240
```
4341

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.biezhi</groupId>
88
<artifactId>excel-plus</artifactId>
9-
<version>0.1.3-SNAPSHOT</version>
9+
<version>0.1.4-SNAPSHOT</version>
1010
<name>excel-plus</name>
1111
<url>https://biezhi.github.io/excel-plus</url>
1212
<description>excel read and write framework</description>

0 commit comments

Comments
 (0)