Skip to content

Commit d5a11e4

Browse files
committed
Adapt endstone 0.6
1 parent a0ebbe0 commit d5a11e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "endstone-utp"
7-
version = "250204-1"
7+
version = "250221"
88
description = "null"
99

1010
[project.entry-points."endstone"]

src/endstone_utp/utp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
menu_file_path = os.path.join('plugins', 'zx_ui')
2121

2222
class utp(Plugin):
23-
api_version = '0.5'
23+
api_version = '0.6'
2424

2525
def on_enable(self):
2626
# 加载 home 数据

0 commit comments

Comments
 (0)