Skip to content

Commit

Permalink
fixed file encodings, 1.3.13 final
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpring committed Jun 12, 2015
1 parent c5dc3c6 commit 48c4259
Show file tree
Hide file tree
Showing 7 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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.3.12-1.7.2-10"
version = "1.3.13-1.7.2-10"
group = "dk.mrspring.kitchen" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "TheKitchenMod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dk/mrspring/kitchen/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class ModInfo
// The name of the Mod
public static final String name = "Kitchen";
// The version of the Mod
public static final String version = "1.3.12";
public static final String version = "1.3.13";

public static String toTexture(String name)
{
Expand Down
Binary file modified src/main/resources/assets/kitchen/lang/bg_BG.lang
Binary file not shown.
Binary file modified src/main/resources/assets/kitchen/lang/ko_KR.lang
Binary file not shown.
Binary file modified src/main/resources/assets/kitchen/lang/lt_LT.lang
Binary file not shown.
Binary file modified src/main/resources/assets/kitchen/lang/pl_PL.lang
Binary file not shown.
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": "kitchen",
"name": "The Kitchen Mod",
"description": "The Kitchen Mod allows you to make fully customizable modular sandwiches. With each layer you put in it, the more it heals your hunger. And you might be lucky to uncover on of the special cominations.",
"version": "1.3.12",
"version": "1.3.13",
"mcversion": "1.7.10",
"url": "http://www.mrspring.dk/mods/kitchen/",
"updateUrl": "",
Expand Down

0 comments on commit 48c4259

Please sign in to comment.