Skip to content

Commit

Permalink
Release 1.2.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftedMods committed Jul 12, 2018
1 parent c435dc9 commit 84b4e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.2.0-BETA.5"
version = "1.2.0-BETA"
group= "vulcanforge.pvp-mode-mod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "pvp-mode"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/pvpmode/PvPMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import pvpmode.log.*;
import pvpmode.overrides.PvPOverrideManager;

@Mod(modid = "pvp-mode", name = "PvP Mode", version = "1.2.0-BETA.5", acceptableRemoteVersions = "*")
@Mod(modid = "pvp-mode", name = "PvP Mode", version = "1.2.0-BETA", acceptableRemoteVersions = "*")
public class PvPMode
{
public static Configuration config;
Expand Down

0 comments on commit 84b4e18

Please sign in to comment.