File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ > [ !note]
2+ > 对应核心版本: [ ** v4.6.0** ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0 )
3+
4+ 我们欢迎并期望着您的 [ 反馈] ( https://github.com/simple-robot/simbot-component-kook/issues ) 或 [ 协助] ( https://github.com/simple-robot/simbot-component-kook/pulls ) ,感谢您的贡献与支持!
Original file line number Diff line number Diff line change 1+ # v4.0.2
2+
3+ > Release & Pull Notes: [ v4.0.2] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.2 )
4+
5+ - fix(core): 修复事件中接收的 MessageContent 中, ` referenceMessage ` 的行为与 ` reference ` 不一致,会错误地获取自身消息详情而非引用消息详情的问题 ([ ` 517e442 ` ] ( https://github.com/simple-robot/simpler-robot/commit/517e442 ) )
6+
17# v4.0.1
28
39> Release & Pull Notes: [ v4.0.1] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.1 )
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ object P : ProjectDetail() {
3232 override val homepage: String
3333 get() = HOMEPAGE
3434
35- const val VERSION = " 4.0.1 "
36- const val NEXT_VERSION = " 4.0.2 "
35+ const val VERSION = " 4.0.2 "
36+ const val NEXT_VERSION = " 4.0.3 "
3737
3838 override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
3939 override val version = if (isSnapshot()) snapshotVersion else VERSION
You can’t perform that action at this time.
0 commit comments