diff --git a/README.md b/README.md index a6b0ca4..c96057e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This library is able to read this data, and write manipulated data back to the c ## Gradle ``` -implementation 'com.displee:rs-cache-library:6.5' +implementation 'com.displee:rs-cache-library:6.6' ``` ## Initialize your cache ```kotlin diff --git a/build.gradle b/build.gradle index c504654..fbd8427 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { } group = 'com.displee' -version = '6.5' +version = '6.6' description = "A library written in Kotlin used to read and write to all cache formats of RuneScape." @@ -44,7 +44,7 @@ dependencies { implementation 'com.github.jponge:lzma-java:1.3' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'org.apache.ant:ant:1.10.7' - implementation 'com.displee:disio:1.7' + implementation 'com.displee:disio:1.8' testCompile 'junit:junit:4.12' }