File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ > 对应核心版本: [ ** v4.0.0-RC3** ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-RC3 )
2
+
3
+
4
+ 我们欢迎并期望着您的的[ 反馈] ( https://github.com/simple-robot/simbot-component-telegram/issues ) 或[ 协助] ( https://github.com/simple-robot/simbot-component-telegram/pulls ) ,
5
+ 感谢您的贡献与支持!
6
+
7
+ 也欢迎您为我们献上一颗 ` star ` ,这是对我们最大的鼓励与认可!
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3
3
<vars >
4
- <var name =" version" value =" 0.0.1 " />
4
+ <var name =" version" value =" 0.0.3 " />
5
5
</vars >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ object P {
44
44
override val homepage: String get() = HOMEPAGE
45
45
46
46
47
- private val baseVersion = v(0 , 0 , 2 )
47
+ private val baseVersion = v(0 , 0 , 3 )
48
48
49
49
val snapshotVersion = baseVersion - Version .SNAPSHOT
50
50
override val version = if (isSnapshot()) snapshotVersion else baseVersion
You can’t perform that action at this time.
0 commit comments