Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Feb 9, 2020
1 parent 7fc2114 commit 52a5d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0
modVersion=1.1
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.0")
@Mod(modid = "item_optimization", name = "Item Optimization", version = "1.1")
public class ItemOptimization {
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "item_optimization",
"name": "Item Optimizations",
"description": "Improve dropped item performance, remove enchantment glint from potions & books.",
"version": "1.0",
"version": "1.1",
"mcversion": "1.8.9",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 52a5d30

Please sign in to comment.