Skip to content

Commit 25c4e98

Browse files
author
asbyth
committed
increase version bc cache yay
1 parent fb7d3ef commit 25c4e98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ minecraft {
2929
// Use non-default mappings at your own risk. they may not always work.
3030
// simply re-run your setup task after changing the mappings to update your workspace.
3131
mappings = project.mcpVersion
32-
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
32+
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
3333
}
3434

3535
repositories {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modGroup=club.sk1er
2-
modVersion=1.1
2+
modVersion=1.2
33
modBaseName=ItemOptimizations
44
forgeVersion=1.8.9-11.15.1.2318-1.8.9
55
mcpVersion=stable_22

src/main/java/club/sk1er/items/ItemOptimization.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
import net.minecraftforge.fml.common.Mod;
44

5-
@Mod(modid = "item_optimization", name = "Item Optimization", version = "1.1")
5+
@Mod(modid = "item_optimization", name = "Item Optimization", version = "1.2")
66
public class ItemOptimization {
77
}

0 commit comments

Comments
 (0)