Skip to content

Commit

Permalink
MiraiNative: release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Jan 15, 2021
1 parent e32da3b commit 84582ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.itxtech"
version = "1.9.6"
version = "2.0.0-beta.1"
description = "强大的 mirai 原生插件加载器。"
val vcs = "https://github.com/iTXTech/mirai-native"

Expand Down
12 changes: 6 additions & 6 deletions native/native.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// ����(���壬�й�) resources
// ����(���壬�й�) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
Expand Down Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,0,17
PRODUCTVERSION 1,9,0,17
FILEVERSION 2,0,0,18
PRODUCTVERSION 2,0,0,18
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.9.0.17"
VALUE "FileVersion", "2.0.0.18"
VALUE "InternalName", "CQP.dll"
VALUE "LegalCopyright", "Copyright (C) 2020-2021 iTX Technologies"
VALUE "OriginalFilename", "CQP.dll"
VALUE "ProductName", "Mirai Native Bridge"
VALUE "ProductVersion", "1.9.0.17"
VALUE "ProductVersion", "2.0.0.18"
END
END
BLOCK "VarFileInfo"
Expand All @@ -83,7 +83,7 @@ BEGIN
END
END

#endif // ����(���壬�й�) resources
#endif // ����(���壬�й�) resources
/////////////////////////////////////////////////////////////////////////////


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 @@ -46,7 +46,7 @@ import java.security.MessageDigest
import java.util.jar.Manifest

object MiraiNative : KotlinPlugin(
JvmPluginDescriptionBuilder("MiraiNative", "1.9.6")
JvmPluginDescriptionBuilder("MiraiNative", "2.0.0-beta.1")
.id("org.itxtech.mirainative")
.author("iTX Technologies")
.info("强大的 mirai 原生插件加载器。")
Expand Down
Binary file modified src/main/resources/CQP.dll
Binary file not shown.

0 comments on commit 84582ed

Please sign in to comment.