Skip to content

Commit

Permalink
v3.2.0 版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
ALI1416 committed Dec 23, 2023
1 parent d4367ce commit 13dd7bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## v3.2.0 `2023.12.23`

- 版本升级

## v3.1.2 `2023.9.27`

- 代码优化
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>cn.404z</groupId>
<artifactId>ip2region-spring-boot-autoconfigure</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>ip2region-spring-boot-autoconfigure</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>

<parent>
<groupId>cn.404z</groupId>
<artifactId>parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>

<name>ip2region-spring-boot-autoconfigure</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>cn.404z</groupId>
<artifactId>ip2region</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 13dd7bb

Please sign in to comment.