File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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 ` ,这是对我们最大的鼓励与认可!
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ object P {
37
37
override val description: String get() = DESCRIPTION
38
38
override val homepage: String get() = HOMEPAGE
39
39
40
- const val VERSION = " 1.4.0 "
41
- const val NEXT_VERSION = " 1.4.1 "
40
+ const val VERSION = " 1.4.1 "
41
+ const val NEXT_VERSION = " 1.4.2 "
42
42
43
43
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
44
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
You can’t perform that action at this time.
0 commit comments