We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba871d commit e3fed54Copy full SHA for e3fed54
2 files changed
build.gradle
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
11
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
12
13
14
-version = "0.0.3"
+version = "0.0.4"
15
group = "shift.littleservantmod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
16
archivesBaseName = "littleservantmod"
17
src/main/java/littleservantmod/LittleServantMod.java
@@ -31,7 +31,7 @@ public class LittleServantMod {
31
/** MOD名称 */
32
public static final String MOD_NAME = "LittleServantMod";
33
/** MODのバージョン */
34
- public static final String MOD_VERSION = "0.0.3";
+ public static final String MOD_VERSION = "0.0.4";
35
36
private static Logger logger;
37
0 commit comments