Skip to content

Commit d041af2

Browse files
committed
Release 1.14.9
1 parent 0b1dd96 commit d041af2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ repositories {
3434
3535
dependencies {
3636
// Default
37-
implementation 'net.dzikoysk:cdn:1.14.8'
37+
implementation 'net.dzikoysk:cdn:1.14.9'
3838
// Kotlin wrapper
39-
implementation 'net.dzikoysk:cdn-kt:1.14.8'
39+
implementation 'net.dzikoysk:cdn-kt:1.14.9'
4040
}
4141
```
4242

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
apply(plugin = "maven-publish")
1818

1919
group = "net.dzikoysk"
20-
version = "1.14.8"
20+
version = "1.14.9"
2121

2222
repositories {
2323
maven("https://maven.reposilite.com/maven-central")

0 commit comments

Comments
 (0)