Skip to content

Commit

Permalink
1.1.6 适配1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
handy-git committed Oct 28, 2024
1 parent 962eb29 commit 09c0ef1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,24 @@

<groupId>cn.handyplus.region</groupId>
<artifactId>ip2region</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spigot-api.vesion>1.21-R0.1-SNAPSHOT</spigot-api.vesion>
<spigot-api.vesion>1.21.3-R0.1-SNAPSHOT</spigot-api.vesion>
<lombok.version>1.18.34</lombok.version>
<HandyLib.version>3.12.6</HandyLib.version>
<HandyLib.version>3.12.7</HandyLib.version>
<ip2region.version>2.7.0</ip2region.version>
<placeholderapi.version>2.10.5</placeholderapi.version>
</properties>

<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>cn.handyplus.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ip2region
main: cn.handyplus.region.Ip2region
version: 1.1.5
version: 1.1.6
author: handy
api-version: 1.13
website: https://ricedoc.handyplus.cn/wiki/ip2region/log
Expand Down

0 comments on commit 09c0ef1

Please sign in to comment.