From 40bcd26c4705d56eedee9771c3754139e91582b1 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 22 Mar 2024 16:48:46 +0000 Subject: [PATCH] chore: bump plugin version to v0.4.0 --- src/example_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example_plugin.cpp b/src/example_plugin.cpp index 659ddad..cb22f1c 100644 --- a/src/example_plugin.cpp +++ b/src/example_plugin.cpp @@ -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";