Skip to content

Commit

Permalink
Release 1.3.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftedMods committed Aug 11, 2018
1 parent 684d687 commit 31794f0
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.3.0-BETA.1"
version = "1.3.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.3.0-BETA.1", acceptableRemoteVersions = "*")
@Mod(modid = "pvp-mode", name = "PvP Mode", version = "1.3.0-BETA", acceptableRemoteVersions = "*")
public class PvPMode
{
public static Configuration config;
Expand Down

0 comments on commit 31794f0

Please sign in to comment.