Skip to content

Commit b5f4d28

Browse files
Updating to v1.1.0
1 parent cfc1ee8 commit b5f4d28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = '1.0.2'
16+
version = '1.1.0'
1717
group = 'com.codingpupper3033.codebtekml' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'codebtekml'
1919

src/main/java/com/codingpupper3033/codebtekml/CodeBTEKMLMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class CodeBTEKMLMod
1717
{
1818
public static final String MODID = "codebtekml";
1919
public static final String NAME = "BTE KML Importer";
20-
public static final String VERSION = "1.0.2";
20+
public static final String VERSION = "1.1.0";
2121

2222
private static Logger logger;
2323

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "codebtekml",
44
"name": "BTE KML Importer",
55
"description": "Imports KML and KMZ files into the Build the Earth server. KML & KMZ are standard ways to export points and lines on a map.",
6-
"version": "1.0.2",
6+
"version": "1.1.0",
77
"mcversion": "1.12.2",
88
"url": "",
99
"updateUrl": "",

0 commit comments

Comments
 (0)