This repository was archived by the owner on Feb 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
backend/mirai-console/src/internal Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import java.time.Instant
14
14
15
15
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
16
16
@JvmStatic
17
- val buildDate: Instant = Instant .ofEpochSecond(1603864859 )
18
- const val versionConst: String = " 1.0-RC"
17
+ val buildDate: Instant = Instant .ofEpochSecond(1604041264 )
18
+ const val versionConst: String = " 1.0-RC-1 "
19
19
20
20
@JvmStatic
21
21
val version: SemVersion = SemVersion (versionConst)
Original file line number Diff line number Diff line change @@ -11,19 +11,17 @@ console 由后端和前端一起工作. 使用时必须选择一个前端.
11
11
- ` mirai-console-terminal ` : 终端前端,适用于 JVM。
12
12
- [ ` MiraiAndroid ` ] ( https://github.com/mzdluo123/MiraiAndroid ) : Android 应用前端。
13
13
14
- ** 注意:` mirai-console ` 1.0-RC 发布之前, 前端请使用 ` mirai-console-pure ` 而不是 ` mirai-console-terminal ` **
15
-
16
14
## 选择版本
17
15
18
16
有关各类版本的区别,参考 [ 版本规范] ( Appendix.md#版本规范 )
19
17
20
18
[ Version ] : https://api.bintray.com/packages/him188moe/mirai/mirai-console/images/download.svg?
21
19
[ Bintray Download ] : https://bintray.com/him188moe/mirai/mirai-console/
22
20
23
- | 版本类型 | 版本号 |
24
- | :------:| :------------:|
25
- | 稳定 | - |
26
- | 预览 | 1.0-M4 |
21
+ | 版本类型 | 版本号 |
22
+ | :------:| :------------------------------ :|
23
+ | 稳定 | - |
24
+ | 预览 | 1.0-RC-1 |
27
25
| 开发 | [ ![ Version]] [ Bintray Download ] |
28
26
29
27
## 配置项目
@@ -74,7 +72,6 @@ dependencies {
74
72
compileOnly(" net.mamoe:mirai-console:$CONSOLE_VERSION " ) // 后端
75
73
76
74
testImplementation(" net.mamoe:mirai-console-terminal:$CONSOLE_VERSION " ) // 前端, 用于启动测试
77
- testImplementation(" net.mamoe:mirai-console-terminal:$CONSOLE_VERSION " ) // 前端, 用于启动测试
78
75
}
79
76
```
80
77
Original file line number Diff line number Diff line change 10
10
package net.mamoe.mirai.console.gradle
11
11
12
12
internal object VersionConstants {
13
- const val CONSOLE_VERSION = " 1.0-RC" // value is written here automatically during build
13
+ const val CONSOLE_VERSION = " 1.0-RC-1 " // value is written here automatically during build
14
14
const val CORE_VERSION = " 1.3.2" // value is written here automatically during build
15
15
}
You can’t perform that action at this time.
0 commit comments