Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Sep 24, 2022
1 parent a798d8d commit 7db72ef
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 @@ -17,7 +17,7 @@ EasyExcel是一个基于Java的简单、省内存的读写Excel的开源项目
<dependency>
<groupId>com.pig4cloud.excel</groupId>
<artifactId>excel-spring-boot-starter</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
</dependency>
```

Expand All @@ -27,7 +27,7 @@ EasyExcel是一个基于Java的简单、省内存的读写Excel的开源项目
<dependency>
<groupId>com.pig4cloud.excel</groupId>
<artifactId>excel-spring-boot-starter</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
</dependency>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.pig4cloud.excel</groupId>
<artifactId>excel-spring-boot-starter</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<name>excel-spring-boot-starter</name>
<description>easy and high performance excel</description>
<url>https://pig4cloud.com</url>
Expand Down

0 comments on commit 7db72ef

Please sign in to comment.