Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
conorthedev committed Jul 11, 2020
1 parent 295c1d6 commit 0e847c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3"
version = "1.2.4"
group = "me.conorthedev" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "MediaMod"

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/dev/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.3";
public static final int VERSION_INT = 7;
public static final String VERSION = "1.2.4";
public static final int VERSION_INT = 8;
}
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"latestVersionInt": 7,
"latestVersionS": "1.2.3",
"changelog": "MediaMod v1.2.3: Improves Spotify reliability Download from https://github.com/MediaModMC/MediaMod/",
"downloadURL": "https://github.com/MediaModMC/MediaMod/releases/download/1.2.3/MediaMod-1.2.3.jar"
"latestVersionInt": 8,
"latestVersionS": "1.2.4",
"changelog": "MediaMod v1.2.4: Fix analytics not functioning correctly and re-implement disabling snooper disabling mediamod analytics | Download from https://github.com/MediaModMC/MediaMod/",
"downloadURL": "https://github.com/MediaModMC/MediaMod/releases/download/1.2.4/MediaMod-1.2.4.jar"
}

0 comments on commit 0e847c4

Please sign in to comment.