Skip to content

Commit

Permalink
Merge pull request #1 from smartcmd/feat/update-api-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent authored Aug 9, 2024
2 parents 18ffc83 + 3e545a5 commit 2c1a478
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 2c1a478

Please sign in to comment.