Skip to content

Commit

Permalink
Bump to version 1.2 and Runelite 1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neilrush committed Jun 18, 2021
1 parent 2585ee9 commit 80bfa7d
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.7.0'
def runeLiteVersion = '1.7.12'

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

group = 'com.npcdialoglog'
version = '1.1'
version = '1.2'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 80bfa7d

Please sign in to comment.