Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
warmthdawn committed Jan 9, 2021
1 parent c375d7e commit 623b102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = '0.5.2'
version = '0.5.3'
group = 'com.warmthdawn.mod.gugu-utils' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'gugu-utils'

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.5.2
version=0.5.3
mcversion=1.12.2
2 changes: 1 addition & 1 deletion src/main/java/com/warmthdawn/mod/gugu_utils/GuGuUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GuGuUtils {
public static final String MODID = "gugu-utils";
public static final String DEPENDENCY = "required-after:codechickenlib@[3.2.2,);required-after:mcjtylib_ng@[3.5.4,);after:modularmachinery;";
public static final String NAME = "GuGu Utils";
public static final String VERSION = "0.5.2";
public static final String VERSION = "0.5.3";
public static final CreativeTabs creativeTab = new CreativeTabs(GuGuUtils.MODID) {
@Override
@Nonnull
Expand Down

0 comments on commit 623b102

Please sign in to comment.