Skip to content

Commit 99775c2

Browse files
Bump version and update README.
1 parent 6c39c37 commit 99775c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3030
Just 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" }
3333
loader = { module = "com.runetopic.cache:loader", version.ref "647.6.1-SNAPSHOT" }
3434
```
3535

cache/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
signing
55
}
66

7-
version = "1.4.10-SNAPSHOT"
7+
version = "1.4.11-SNAPSHOT"
88

99
java {
1010
withJavadocJar()

0 commit comments

Comments
 (0)