Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixafy committed Jun 27, 2021
1 parent b9f535b commit c0080bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def spigotVersion = "1.15-R0.1-SNAPSHOT"
def pluginName = "BeautyIndicator"

group 'net.minecord'
version '1.10-SNAPSHOT'
version '1.11-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.bukkit.plugin.java.annotation.plugin.Plugin
import org.bukkit.plugin.java.annotation.plugin.Website
import org.bukkit.plugin.java.annotation.plugin.author.Author

@Plugin(name = "BeautyIndicator", version = "1.10")
@Plugin(name = "BeautyIndicator", version = "1.11")
@Description("Minecraft (Spigot/Bukkit) plugin for indicating mob health")
@Commands(Command(name = "beautyindicator", desc = "Help command"))
@Website("https://minecord.net")
Expand Down

0 comments on commit c0080bf

Please sign in to comment.