diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-03-05 16:28:35 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-03-05 16:28:35 +0000 |
| commit | 3ae56bf95271e660ba089a9d9357dbbd3265352c (patch) | |
| tree | aa47f2759f688c19439967f43abf899c73a54b47 /bukkit | |
| parent | ed46078ad2ca7291c12965678c63a328a6f4773d (diff) | |
Fix display of incorrect versionv3.10
Diffstat (limited to 'bukkit')
| -rw-r--r-- | bukkit/src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 72efe0c5..499b3e07 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: Quests # This will be replaced with the property "version" in build.gradle -version: ${version} +version: "${version}" main: com.leonardobishop.quests.bukkit.BukkitQuestsPlugin website: https://github.com/LMBishop/Quests |
