We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b582d commit 5f4fc5eCopy full SHA for 5f4fc5e
.changelog/v1.4.2.md
@@ -0,0 +1,7 @@
1
+> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0)
2
+
3
4
+我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-onebot/issues)或[协助](https://github.com/simple-robot/simbot-component-onebot/pulls),
5
+感谢您的贡献与支持!
6
7
+也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!
buildSrc/src/main/kotlin/P.kt
@@ -37,8 +37,8 @@ object P {
37
override val description: String get() = DESCRIPTION
38
override val homepage: String get() = HOMEPAGE
39
40
- const val VERSION = "1.4.1"
41
- const val NEXT_VERSION = "1.4.2"
+ const val VERSION = "1.4.2"
+ const val NEXT_VERSION = "1.4.3"
42
43
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments