Commit d893b6b 1 parent 08d3766 commit d893b6b Copy full SHA for d893b6b
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
20
20
id "net.minecraftforge.gradle.forge" version "2.0.2"
21
21
}
22
22
*/
23
- version = " 1.0"
23
+ version = " 1.0.2 "
24
24
group= " mcserver2txt" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
25
25
archivesBaseName = " mcserver2txt"
26
26
Original file line number Diff line number Diff line change 13
13
public class Main
14
14
{
15
15
public static final String MODID = "mcserver2txt" ;
16
- public static final String VERSION = "1.0.1 " ;
16
+ public static final String VERSION = "1.0.2 " ;
17
17
18
18
@ EventHandler
19
19
public void preInit (FMLPreInitializationEvent event ) {
Original file line number Diff line number Diff line change 3
3
"modid" : " mcserver2txt" ,
4
4
"name" : " mcserver2txt" ,
5
5
"description" : " Prints your current minecraft server to a text file." ,
6
- "version" : " 1.0.1_1.8.9 " ,
6
+ "version" : " 1.0.2 " ,
7
7
"mcversion" : " 1.8.9" ,
8
8
"url" : " https://r33.space" ,
9
9
"updateUrl" : " " ,
You can’t perform that action at this time.
0 commit comments