Skip to content

Commit

Permalink
fix: target Minecraft 1.16.1 in gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Jul 3, 2020
1 parent b7f2140 commit 8beb34a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
group = net.silthus
packageName = net.silthus.spigot-template
version = 1.7.0
packageName = net.silthus.spigot-plugin-template
pluginName = PluginName
author = Silthus
mcVersion = 1.16.1
apiVersion = 1.15
mcVersion = 1.15.2
pluginFolder =
version = 1.7.0

0 comments on commit 8beb34a

Please sign in to comment.