Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed Jul 6, 2021
1 parent fe06b9a commit a77bbec
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 @@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.github.minecraft_ta'
version = '1.3.0'
version = '1.4.0'
archivesBaseName = 'TotalDebug'

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class TotalDebug {

public static final String MOD_ID = "total_debug";
public static final String MOD_NAME = "TotalDebug";
public static final String VERSION = "1.3.0";
public static final String VERSION = "1.4.0";

@Mod.Instance(MOD_ID)
public static TotalDebug INSTANCE;
Expand Down

0 comments on commit a77bbec

Please sign in to comment.