Skip to content

Commit

Permalink
Version 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Jun 8, 2019
1 parent e89df12 commit 13836f6
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 @@ -4,7 +4,7 @@ plugins {
}

group = 'me.tychsen'
version = '1.5.4'
version = '1.5.5'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -34,7 +34,6 @@ dependencies {
implementation "net.milkbowl.vault:VaultAPI:1.7"
compile "org.bstats:bstats-bukkit:1.5"
compile group: 'org.jetbrains', name: 'annotations', version: '16.0.1'

}

import org.apache.tools.ant.filters.ReplaceTokens
Expand All @@ -53,4 +52,5 @@ shadowJar {

wrapper {
gradleVersion = "5.4.1"

}

0 comments on commit 13836f6

Please sign in to comment.