Skip to content

Commit

Permalink
chore: update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 21, 2024
1 parent 9dbdcb3 commit 63b7c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endstone_example/example_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class ExamplePlugin(Plugin):
name = "PythonExamplePlugin"
version = "0.3.0"
api_version = "0.2"
api_version = "0.3"
description = "Python example plugin for Endstone servers"
authors = ["Endstone Developers <[email protected]>"]
website = "https://github.com/EndstoneMC/python-example-plugin"
Expand Down

0 comments on commit 63b7c71

Please sign in to comment.