Skip to content

Commit

Permalink
This is 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes authored Aug 15, 2017
1 parent 2129ab1 commit 7fd27d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

allprojects {
version = "1.4.2-SNAPSHOT-RC5"
version = "1.4.2"
group = "net.redstoneore"
}

Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies {

compileOnly group: "be.maximvdw", name: "MVdWPlaceholderAPI", version: "1.0.2-SNAPSHOT";
compileOnly group: "me.clip", name: "placeholderapi", version: "2.8.2";

compileOnly group: "org.dynmap", name: "dynmap", version: "2.0";

compileOnly files("lib/PlayerVaults.jar")
Expand Down

0 comments on commit 7fd27d5

Please sign in to comment.