Skip to content

Commit

Permalink
GH-182 Release 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jun 19, 2024
1 parent 51347de commit cc8c3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ repositories {
dependencies {
// Default
implementation 'net.dzikoysk:cdn:1.14.4'
implementation 'net.dzikoysk:cdn:1.14.5'
// Kotlin wrapper
implementation 'net.dzikoysk:cdn-kt:1.14.4'
implementation 'net.dzikoysk:cdn-kt:1.14.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
signing
jacoco
kotlin("jvm") version "1.8.10"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

description = "CDN | Parent"
Expand All @@ -15,7 +15,7 @@ allprojects {
apply(plugin = "maven-publish")

group = "net.dzikoysk"
version = "1.14.4"
version = "1.14.5"

repositories {
maven("https://maven.reposilite.com/maven-central")
Expand Down

0 comments on commit cc8c3e4

Please sign in to comment.