File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/com/codingpupper3033/codebtekml Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313apply plugin : ' eclipse'
1414apply plugin : ' maven-publish'
1515
16- version = ' 1.1 .0'
16+ version = ' 2.0 .0'
1717group = ' com.codingpupper3033.codebtekml' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818archivesBaseName = ' codebtekml'
1919
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : " " ,
You can’t perform that action at this time.
0 commit comments