Skip to content

Commit

Permalink
increase version bc cache yay
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Feb 9, 2020
1 parent fb7d3ef commit 25c4e98
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 @@ -29,7 +29,7 @@ minecraft {
// Use non-default mappings at your own risk. they may not always work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = project.mcpVersion
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modGroup=club.sk1er
modVersion=1.1
modVersion=1.2
modBaseName=ItemOptimizations
forgeVersion=1.8.9-11.15.1.2318-1.8.9
mcpVersion=stable_22
2 changes: 1 addition & 1 deletion src/main/java/club/sk1er/items/ItemOptimization.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

import net.minecraftforge.fml.common.Mod;

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

0 comments on commit 25c4e98

Please sign in to comment.