Skip to content

Commit

Permalink
chore: bump plugin version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 22, 2024
1 parent 6b67354 commit 40bcd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "example_plugin.h"

// The ENDSTONE_PLUGIN macro defines the metadata for the plugin.
ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.3.0", /*main_class=*/ExamplePlugin)
ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
{
plugin.description = "C++ example plugin for Endstone servers";
plugin.website = "https://github.com/EndstoneMC/cpp-example-plugin";
Expand Down

0 comments on commit 40bcd26

Please sign in to comment.