Skip to content

Commit

Permalink
MiraiNative: release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Aug 17, 2020
1 parent 63b7638 commit 097b3ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5"
version = "1.8.6"

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,5,14
PRODUCTVERSION 1,8,5,14
FILEVERSION 1,8,6,15
PRODUCTVERSION 1,8,6,16
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.5.14"
VALUE "FileVersion", "1.8.6.15"
VALUE "InternalName", "CQP.dll"
VALUE "LegalCopyright", "Copyright (C) 2020 iTX Technologies"
VALUE "OriginalFilename", "CQP.dll"
VALUE "ProductName", "Mirai Native Bridge"
VALUE "ProductVersion", "1.8.5.14"
VALUE "ProductVersion", "1.8.6.16"
END
END
BLOCK "VarFileInfo"
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.5
version: 1.8.6
author: iTX Technologies
info: 强大的 Mirai 原生插件加载器

0 comments on commit 097b3ec

Please sign in to comment.