Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
bump ver to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Dec 6, 2019
1 parent a5d9f1f commit ed16441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/me/zeroeightsix/kami/KamiMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class KamiMod {

public static final String MODID = "kami";
public static final String MODNAME = "KAMI Blue";
public static final String MODVER = "v1.0.9";
public static final String MODVER = "v1.1.0";

public static final String KAMI_HIRAGANA = "\u304B\u307F";
public static final String KAMI_KATAKANA = "\u30AB\u30DF";
Expand Down
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": "kami",
"name": "KAMI Blue",
"description": "\nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by S-B99",
"version": "v1.0.9",
"version": "v1.1.0",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/S-B99/KAMI",
Expand Down

0 comments on commit ed16441

Please sign in to comment.