Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
7rory768 committed Sep 7, 2017
1 parent 0333d1b commit 8351532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ||=======================================||
# || Simple Freeze ||
# || Version 3.1.1 ||
# || Version 3.1.2 ||
# ||=======================================||

# ||=======================================||
Expand Down
2 changes: 1 addition & 1 deletion resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: org.plugins.simplefreeze.SimpleFreezeMain
name: SimpleFreeze
version: 3.1.1
version: 3.1.2
author: 7rory768
description: Allows you to freeze players or everyone at once
softdepend: [Vault, EssentialsX, Essentials, LiteBans, BanManager]
Expand Down
2 changes: 1 addition & 1 deletion src/org/plugins/simplefreeze/util/UpdateNotifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class UpdateNotifier {

public final static String VERSION = "3.1.1";
public final static String VERSION = "3.1.2";

public static String getLatestVersion() {
try {
Expand Down

0 comments on commit 8351532

Please sign in to comment.