Skip to content

Commit

Permalink
update yde version (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Mar 15, 2023
1 parent 9f1ef1e commit 02806f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![codecov](https://codecov.io/gh/YDWK/YDWK/branch/master/graph/badge.svg?token=LKIA8T6N6J)](https://codecov.io/gh/YDWK/YDWK)
[![ydwk](https://img.shields.io/badge/YDWK--Version-v1.3.0-blue)](https://github.com/YDWK/YDWK/releases/tag/v1.3.0)
[![ydwk](https://img.shields.io/badge/YDWK--Version-v1.4.5-blue)](https://github.com/YDWK/YDWK/releases/tag/v1.4.5)
[![ydwk-docs](https://img.shields.io/badge/YDWK-Docs-blue.svg)](https://www.ydwk.org)


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.daemon=true
kotlin.code.style=official
version = 1.4.0
version = 1.4.5

## Dependencies Versions and Plugin

Expand All @@ -19,7 +19,7 @@ sysoutOverSlf4jVersion = 1.0.2
jconfigVersion = 1.0.8
okhttp3Version = 5.0.0-alpha.11
nvWebsocketClientVersion = 2.14
ydeVersion = 1.0.4
ydeVersion = 1.0.5
kotlinTestVersion = 1.8.10
kotlinxCoroutinesCoreVersion = 1.6.4
jsr305Version = 3.0.2
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/io/github/ydwk/ydwk/YDWKInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum class YDWKInfo(private val url: String) {
FULL_DISCORD_REST_URL(DISCORD_REST_URL.url + DISCORD_REST_VERSION.url),
VOICE_GATEWAY_VERSION("/?v=4"),
GITHUB_URL("https://github.com/ydwk/ydwk"),
YDWK_VERSION("1.4.0");
YDWK_VERSION("1.4.5");

companion object {
/**
Expand Down

0 comments on commit 02806f3

Please sign in to comment.