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

Commit 8f69cf2

Browse files
committed
🔖 release 0.1.4.RELEASE
1 parent 66c29c5 commit 8f69cf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As maven dependency
2525
<dependency>
2626
<groupId>io.github.biezhi</groupId>
2727
<artifactId>excel-plus</artifactId>
28-
<version>0.1.3.RELEASE</version>
28+
<version>0.1.4.RELEASE</version>
2929
</dependency>
3030
```
3131

@@ -35,7 +35,7 @@ snapshot version
3535
<dependency>
3636
<groupId>io.github.biezhi</groupId>
3737
<artifactId>excel-plus</artifactId>
38-
<version>0.1.4-SNAPSHOT</version>
38+
<version>0.1.5-SNAPSHOT</version>
3939
</dependency>
4040
```
4141

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.4-SNAPSHOT</version>
9+
<version>0.1.5-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)