Skip to content

Commit

Permalink
feat: update api version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Aug 9, 2024
1 parent 18ffc83 commit 3e545a5
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 @@ -10,7 +10,7 @@

class ExamplePlugin(Plugin):
prefix = "PythonExamplePlugin"
api_version = "0.4"
api_version = "0.5"
load = "POSTWORLD"

commands = {
Expand Down

0 comments on commit 3e545a5

Please sign in to comment.