CodeCrafter47 / AdvancedTabOverlay

GNU General Public License v3.0
5 stars 3 forks source link

Fix wrong plugin version #8

Closed Andre601 closed 4 years ago

Andre601 commented 4 years ago

On spigot is the plugin listed as version 1.0.0 and when downloading the jar is it also called AdvancedTabOverlay-1.0.0.jar, but the plugin.yml has it listed as 0.4-SNAPSHOT cause by the version in the build.gradle being wrong.

This PR fixes that mistake.

CodeCrafter47 commented 4 years ago

I've already done that, just forgot to push it.... also need to set the version to 1.0.1-SNAPSHOT for next dev-build.

Thanks for reminding me.