Skip to content

Commit

Permalink
Oops meant 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMKEEL committed Nov 30, 2021
1 parent 3f53417 commit 791c6b9
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "4.3"
version = "4.4"
group= "com.KAMKEEL.PluginMod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "PluginMod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/KAMKEEL/PluginMod/PluginMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import net.minecraft.item.ItemStack;
import org.lwjgl.Sys;

@Mod(modid = "plug", name = "The Plugin Mod", version = "4.3")
@Mod(modid = "plug", name = "The Plugin Mod", version = "4.4")
public class PluginMod {

@SidedProxy(clientSide = "KAMKEEL.PluginMod.Client.ClientProxy", serverSide = "KAMKEEL.PluginMod.CommonProxy")
Expand Down

0 comments on commit 791c6b9

Please sign in to comment.