Skip to content

Commit 5aa1145

Browse files
authored
Increment RL to 1.7.16, plugin to 1.3.6-DEV
1 parent fd97b3a commit 5aa1145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
mavenCentral()
1313
}
1414

15-
def runeLiteVersion = '1.7.15'
15+
def runeLiteVersion = '1.7.16'
1616

1717
dependencies {
1818
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727

2828
group = 'com.botdetector'
29-
version = '1.3.5'
29+
version = '1.3.6-DEV'
3030
sourceCompatibility = '1.8'
3131

3232
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)