Skip to content

Commit e3fed54

Browse files
committed
更新:バージョン
1 parent cba871d commit e3fed54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212

1313

14-
version = "0.0.3"
14+
version = "0.0.4"
1515
group = "shift.littleservantmod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "littleservantmod"
1717

src/main/java/littleservantmod/LittleServantMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class LittleServantMod {
3131
/** MOD名称 */
3232
public static final String MOD_NAME = "LittleServantMod";
3333
/** MODのバージョン */
34-
public static final String MOD_VERSION = "0.0.3";
34+
public static final String MOD_VERSION = "0.0.4";
3535

3636
private static Logger logger;
3737

0 commit comments

Comments
 (0)