Skip to content

Commit

Permalink
13.22
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpring committed Dec 9, 2016
1 parent af4a783 commit 10c667c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.3.21-1.7.2-10"
version = "1.3.22-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
Expand Up @@ -9,7 +9,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.21";
public static final String version = "1.3.22";

public static String toTexture(String name)
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
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.21",
"version": "1.3.22",
"mcversion": "1.7.10",
"url": "http://www.mrspring.dk/mods/kitchen/",
"updateUrl": "",
Expand Down

0 comments on commit 10c667c

Please sign in to comment.