Skip to content

Commit

Permalink
mirainative: release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Nov 12, 2022
1 parent afb14f5 commit 0add0a2
Show file tree
Hide file tree
Showing 5 changed files with 7 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 @@ -7,7 +7,7 @@ plugins {
}

group = "org.itxtech"
version = "2.0.0"
version = "2.0.1"
description = "强大的 mirai 原生插件加载器。"

repositories {
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 2,0,0,20
PRODUCTVERSION 2,0,0,20
FILEVERSION 2,0,1,21
PRODUCTVERSION 2,0,1,21
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", "2.0.0.20"
VALUE "FileVersion", "2.0.1.21"
VALUE "InternalName", "CQP.dll"
VALUE "LegalCopyright", "Copyright (C) 2020-2022 iTX Technologies"
VALUE "OriginalFilename", "CQP.dll"
VALUE "ProductName", "Mirai Native Bridge"
VALUE "ProductVersion", "2.0.0.20"
VALUE "ProductVersion", "2.0.1.21"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://plugins.gradle.org/m2/' }
mavenCentral()
}
}
rootProject.name = 'mirai-native'
Expand Down
3 changes: 1 addition & 2 deletions src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ import java.io.File
import java.io.FileOutputStream
import java.math.BigInteger
import java.security.MessageDigest
import java.util.*
import java.util.jar.Manifest

object MiraiNative : KotlinPlugin(
JvmPluginDescriptionBuilder("MiraiNative", "2.0.0")
JvmPluginDescriptionBuilder("MiraiNative", "2.0.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 0add0a2

Please sign in to comment.