Skip to content

Commit

Permalink
chore: bump v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Toofifty committed Jan 2, 2023
1 parent f86f281 commit 025daa4
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.9.6'
def runeLiteVersion = 'latest.release'

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

group = 'com.toofifty'
version = '1.4.0'
version = '1.4.1'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 025daa4

Please sign in to comment.