Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Jan 6, 2020
1 parent 17cb150 commit de2d6f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.2.0"
version = "1.2"
group = "me.conorthedev" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "MediaMod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/conorthedev/mediamod/util/Metadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
public class Metadata {
public static final String NAME = "MediaMod";
public static final String MODID = "mediamod";
public static final String VERSION = "1.2.0";
public static final String VERSION = "1.2";
public static final int VERSION_INT = 2;
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "mediamod",
"name": "MediaMod",
"description": "Get integration for your favourite streaming services right in Minecraft",
"version": "1.1",
"version": "1.2",
"mcversion": "1.8.9",
"url": "https://mediamod.conorthedev.me/",
"updateUrl": "",
Expand Down

0 comments on commit de2d6f1

Please sign in to comment.