Skip to content

Commit

Permalink
mod: Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r33int committed Aug 17, 2019
1 parent 08d3766 commit d893b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.0"
version = "1.0.2"
group= "mcserver2txt" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "mcserver2txt"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mcserver2txt/Main.java
Expand Up @@ -13,7 +13,7 @@
public class Main
{
public static final String MODID = "mcserver2txt";
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2";

@EventHandler
public void preInit(FMLPreInitializationEvent event) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Expand Up @@ -3,7 +3,7 @@
"modid": "mcserver2txt",
"name": "mcserver2txt",
"description": "Prints your current minecraft server to a text file.",
"version": "1.0.1_1.8.9",
"version": "1.0.2",
"mcversion": "1.8.9",
"url": "https://r33.space",
"updateUrl": "",
Expand Down

0 comments on commit d893b6b

Please sign in to comment.