Skip to content

Commit

Permalink
build: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Apr 12, 2023
1 parent 693570f commit 44ff370
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

1. feat: useSystemProxies

## 1.3.0 (23/03/30)

1. feat: kotlin explicit api
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.3.0"
version = "1.4.0"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 44ff370

Please sign in to comment.