Skip to content

Commit e9f6eda

Browse files
Bump version and update README.
1 parent cf05114 commit e9f6eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A cache library written in Kotlin.
2828
# Implementation
2929
Just use cache if you do not require any of the revision specific loaders.
3030
```
31-
cache = { module = "com.runetopic.cache:cache", version.ref "1.4.18-SNAPSHOT" }
31+
cache = { module = "com.runetopic.cache:cache", version.ref "1.4.19-SNAPSHOT" }
3232
loader = { module = "com.runetopic.cache:loader", version.ref "647.6.4-SNAPSHOT" }
3333
```
3434

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.18-SNAPSHOT"
7+
version = "1.4.19-SNAPSHOT"
88

99
java {
1010
withJavadocJar()

0 commit comments

Comments
 (0)