Skip to content

Commit

Permalink
Setup for 1.1.4-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftedMods committed Jun 26, 2018
1 parent dcb8dae commit e4531a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog of PvPMode for Minecraft 1.7.10:

## 1.1.4-BETA

## 1.1.3-BETA
* Fixed that the PvP timer wasn't resetted for creative/flying players
* Fixed that a chat message wasn't displayed correctly with small chat widths
Expand Down
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.1.3-BETA"
version = "1.1.4-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 @@ -16,7 +16,7 @@
import pvpmode.log.*;
import pvpmode.overrides.PvPOverrideManager;

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

0 comments on commit e4531a5

Please sign in to comment.