Skip to content
Snippets Groups Projects
Commit bf1589db authored by insert's avatar insert
Browse files

Increase version number

parent 4afddc15
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
version = "1.1.1"
version = "1.1.2"
group = "uk.insrt.minecraft.livestock" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "livestock"
......
......@@ -3,5 +3,5 @@ package uk.insrt.minecraft.livestock;
public class INF {
public static final String MODID = "livestock";
public static final String NAME = "Livestock + Realism";
public static final String VERSION = "1.1.1";
public static final String VERSION = "1.1.2";
}
......@@ -3,7 +3,7 @@
"modid": "livestock",
"name": "Livestock + Realism",
"description": "Bring realistic livestock to your Minecraft world.",
"version": "1.1.1",
"version": "1.1.2",
"mcversion": "1.12.2",
"url": "https://gitlab.insrt.uk/insert-mc/livestock-realism",
"updateUrl": "",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment