Skip to content

Commit

Permalink
MiraiNative: release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Aug 11, 2020
1 parent 7fa1ebf commit 4ebf657
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.itxtech"
version = "1.8.2"
version = "1.8.3"

kotlin {
sourceSets {
Expand Down
8 changes: 4 additions & 4 deletions native/native.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,8,1,11
PRODUCTVERSION 1,8,1,11
FILEVERSION 1,8,3,13
PRODUCTVERSION 1,8,3,13
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "iTX Technologies"
VALUE "FileDescription", "Mirai Native Bridge"
VALUE "FileVersion", "1.8.1.11"
VALUE "FileVersion", "1.8.3.13"
VALUE "InternalName", "CQP.dll"
VALUE "LegalCopyright", "Copyright (C) 2020 iTX Technologies"
VALUE "OriginalFilename", "CQP.dll"
VALUE "ProductName", "Mirai Native Bridge"
VALUE "ProductVersion", "1.8.1.11"
VALUE "ProductVersion", "1.8.3.13"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object MiraiNative : PluginBase() {
PluginManager.registerCommands()
EventManager.registerEvents()

if (Bot.botInstances.isNotEmpty()) {
if (Bot.botInstances.isNotEmpty() && Bot.botInstances.first().isOnline) {
setBotOnline()
}
}
Expand Down
Binary file modified src/main/resources/CQP.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MiraiNative
main: org.itxtech.mirainative.MiraiNative
version: 1.8.2
version: 1.8.3
author: iTX Technologies
info: 强大的 Mirai 原生插件加载器

0 comments on commit 4ebf657

Please sign in to comment.