diff --git a/CHANGELOG.md b/CHANGELOG.md index 390a1e4..b0a330f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.0 + +1. feat: useSystemProxies + ## 1.3.0 (23/03/30) 1. feat: kotlin explicit api diff --git a/build.gradle.kts b/build.gradle.kts index 6d887e3..6778d42 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "io.github.gnuf0rce" -version = "1.3.0" +version = "1.4.0" mavenCentralPublish { useCentralS01() diff --git a/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt b/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt index 2871dc2..c23f9c1 100644 --- a/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt +++ b/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt @@ -11,7 +11,7 @@ import net.mamoe.mirai.console.util.* @PublishedApi internal object RssHelperPlugin : KotlinPlugin( - JvmPluginDescription(id = "io.github.gnuf0rce.rss-helper", version = "1.3.0") { + JvmPluginDescription(id = "io.github.gnuf0rce.rss-helper", version = "1.4.0") { name("rss-helper") author("cssxsh") }