Skip to content

Commit 5063729

Browse files
Updating to v2.0.0
1 parent db8b3b5 commit 5063729

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.1.0'
16+
version = '2.0.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
@@ -19,7 +19,7 @@ public class CodeBTEKMLMod
1919
{
2020
public static final String MODID = "codebtekml";
2121
public static final String NAME = "BTE KML Importer";
22-
public static final String VERSION = "1.1.0";
22+
public static final String VERSION = "2.0.0";
2323

2424
private static Logger logger;
2525

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.1.0",
6+
"version": "2.0.0",
77
"mcversion": "1.12.2",
88
"url": "",
99
"updateUrl": "",

0 commit comments

Comments
 (0)