Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
falkirks committed May 11, 2017
1 parent 21733ca commit dec3786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do NOT edit this file to change permissions
name: SimpleWarp
main: falkirks\simplewarp\SimpleWarp
version: 3.3.1
version: 3.3.2
author: Falkirks
api: [2.0.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5]
load: POSTWORLD
Expand Down
2 changes: 1 addition & 1 deletion src/falkirks/simplewarp/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Version {
const ENABLE_VERBOSE = false;
const VERSION_STRING = "v3.3.1";
const VERSION_STRING = "v3.3.2";
private static $quotes = [
"\"Still round the corner there may wait\nA new road or a secret gate\"\n- J.R.R. Tolkien",
"\"But here, upon this bank and shoal of time,\n We’d jump the life to come.\"\n - William Shakespeare"
Expand Down

0 comments on commit dec3786

Please sign in to comment.