Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz committed Oct 12, 2020
1 parent 4454ecd commit 76b1993
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 @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.6.27'
def runeLiteVersion = '1.6.28'

dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
Expand All @@ -25,7 +25,7 @@ dependencies {
}

group = 'com.questhelper'
version = '1.0.1'
version = '1.1.0'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 76b1993

Please sign in to comment.