We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1dd96 commit d041af2Copy full SHA for d041af2
.github/README.md
@@ -34,9 +34,9 @@ repositories {
34
35
dependencies {
36
// Default
37
- implementation 'net.dzikoysk:cdn:1.14.8'
+ implementation 'net.dzikoysk:cdn:1.14.9'
38
// Kotlin wrapper
39
- implementation 'net.dzikoysk:cdn-kt:1.14.8'
+ implementation 'net.dzikoysk:cdn-kt:1.14.9'
40
}
41
```
42
build.gradle.kts
@@ -17,7 +17,7 @@ allprojects {
17
apply(plugin = "maven-publish")
18
19
group = "net.dzikoysk"
20
- version = "1.14.8"
+ version = "1.14.9"
21
22
repositories {
23
maven("https://maven.reposilite.com/maven-central")
0 commit comments