Skip to content

Commit

Permalink
Prep for 1.4.4-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Aug 5, 2021
1 parent 15b0910 commit 6fa3c2b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
12 changes: 0 additions & 12 deletions .idea/modules/docs/kord-extensions.docs.iml

This file was deleted.

7 changes: 7 additions & 0 deletions changes/1.4.4-RC2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# KordEx 1.4.4-RC2

Changes since 1.4.4-RC1:

* Update to KordEx 0.8.0-M3

This is a release to match Kord's hotfix, which fixes a regression that broke interaction acknowledgements.
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ icu4j = "69.1"
junit = "5.6.2"
koin = "3.0.2"
konf = "0.23.0"
#kord = "0.8.0-M1"
kord = "0.8.x-SNAPSHOT"
kord = "0.8.0-M3"
#kord = "0.8.x-SNAPSHOT"
kotlinpoet = "1.8.0"
ksp = "1.5.10-1.0.0-beta02"
logging = "2.0.6"
Expand Down
16 changes: 8 additions & 8 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ pluginManagement {
repositories {
google()
gradlePluginPortal()
}

plugins {
// NOTE: UPDATE THIS IF YOU UPDATE THE LIBS.VERSIONS.TOML
plugins {
// NOTE: UPDATE THIS IF YOU UPDATE THE LIBS.VERSIONS.TOML

kotlin("jvm") version "1.5.10"
kotlin("plugin.serialization") version "1.5.10"
kotlin("jvm") version "1.5.10"
kotlin("plugin.serialization") version "1.5.10"

id("com.google.devtools.ksp") version "1.5.10-1.0.0-beta02"
id("io.gitlab.arturbosch.detekt") version "1.17.1"
id("org.jetbrains.dokka") version "1.4.10.2"
}
id("com.google.devtools.ksp") version "1.5.10-1.0.0-beta02"
id("io.gitlab.arturbosch.detekt") version "1.17.1"
id("org.jetbrains.dokka") version "1.4.10.2"
}
}

Expand Down

0 comments on commit 6fa3c2b

Please sign in to comment.