Skip to content

Commit

Permalink
Fix auto-updater confusion
Browse files Browse the repository at this point in the history
The plugin.yml now fetches the version from the gradle build file.
  • Loading branch information
HeroCC committed Aug 27, 2018
1 parent ea004e8 commit dc38b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: BedHome
main: org.minecast.bedhome.Main
version: 2.28
version: '@Version@'
authors: [Superior_Slime, HeroCC]
softdepend: [Vault]
description: 'Teleport to your bed with a command: /bed!'
Expand Down

0 comments on commit dc38b45

Please sign in to comment.