File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A cache library written in Kotlin.
99- Java Version 16
1010
1111# Supported
12- - RS2 (414-659 )
12+ - RS2 (414-742 )
1313- OSRS (1-current)
1414
1515# Features
@@ -21,15 +21,15 @@ A cache library written in Kotlin.
2121# TODO
2222- Cache Writing
2323- Flat file system for unpacking the cache files into a raw format that can be git versioned.
24- - Support for RS2 caches bigger than revision 659 .
24+ - Support for RS2 caches revision 743+ .
2525- ~ 317 cache format support.
2626- RS3 caches.
2727- Testing
2828
2929# Implementation
3030Just use cache if you do not require any of the revision specific loaders.
3131```
32- cache = { module = "com.runetopic.cache:cache", version.ref "1.4.10 -SNAPSHOT" }
32+ cache = { module = "com.runetopic.cache:cache", version.ref "1.4.11 -SNAPSHOT" }
3333loader = { module = "com.runetopic.cache:loader", version.ref "647.6.1-SNAPSHOT" }
3434```
3535
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 signing
55}
66
7- version = " 1.4.10 -SNAPSHOT"
7+ version = " 1.4.11 -SNAPSHOT"
88
99java {
1010 withJavadocJar()
You can’t perform that action at this time.
0 commit comments