Skip to content

Commit

Permalink
Fix display of incorrect version
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBishop committed Mar 5, 2022
1 parent ed46078 commit 3ae56bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 3ae56bf

Please sign in to comment.