Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Commit 093203a

Browse files
committed
0.4.0
1 parent 4d2d5ed commit 093203a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1919
apply plugin: 'org.spongepowered.mixin'
2020
apply plugin: 'com.github.johnrengelman.shadow'
2121

22-
version "0.3.2"
22+
version "0.4.0"
2323
group project.modGroup
2424

2525
sourceCompatibility = targetCompatibility = '1.8'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx3G
22
modGroup=me.travis
3-
modVersion=0.3.2
3+
modVersion=0.4.0
44
modBaseName=wurstplusthree
55
forgeVersion=1.12.2-14.23.5.2768
66
mcpVersion=stable_39

src/main/java/me/travis/wurstplusthree/WurstplusThree.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
/**
2121
* @author travis - began work on 8th april 2021
2222
*/
23-
@Mod(modid = "wurstplusthree", name = "Wurst+3", version = "0.3.2")
23+
@Mod(modid = "wurstplusthree", name = "Wurst+3", version = "0.4.0")
2424
public class WurstplusThree {
2525

2626
public static final String MODID = "wurstplusthree";
2727
public static final String MODNAME = "Wurst+3";
28-
public static final String MODVER = "0.3.2";
28+
public static final String MODVER = "0.4.0";
2929

3030
public static final Logger LOGGER = LogManager.getLogger(MODID);
3131

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "wurstplusthree",
44
"name": "Wurst+3",
55
"description": "ffs i just wanna do something else",
6-
"version": "0.3.2",
6+
"version": "0.4.0",
77
"mcversion": "1.12.2",
88
"logoFile": "",
99
"url": "",

0 commit comments

Comments
 (0)