Skip to content

Commit 0add0a2

Browse files
committed
mirainative: release 2.0.1
1 parent afb14f5 commit 0add0a2

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.itxtech"
10-
version = "2.0.0"
10+
version = "2.0.1"
1111
description = "强大的 mirai 原生插件加载器。"
1212

1313
repositories {

native/native.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 2,0,0,20
55-
PRODUCTVERSION 2,0,0,20
54+
FILEVERSION 2,0,1,21
55+
PRODUCTVERSION 2,0,1,21
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "iTX Technologies"
7171
VALUE "FileDescription", "Mirai Native Bridge"
72-
VALUE "FileVersion", "2.0.0.20"
72+
VALUE "FileVersion", "2.0.1.21"
7373
VALUE "InternalName", "CQP.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2020-2022 iTX Technologies"
7575
VALUE "OriginalFilename", "CQP.dll"
7676
VALUE "ProductName", "Mirai Native Bridge"
77-
VALUE "ProductVersion", "2.0.0.20"
77+
VALUE "ProductVersion", "2.0.1.21"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pluginManagement {
22
repositories {
3-
mavenCentral()
43
maven { url 'https://maven.aliyun.com/repository/public' }
54
maven { url 'https://plugins.gradle.org/m2/' }
5+
mavenCentral()
66
}
77
}
88
rootProject.name = 'mirai-native'

src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ import java.io.File
4444
import java.io.FileOutputStream
4545
import java.math.BigInteger
4646
import java.security.MessageDigest
47-
import java.util.*
4847
import java.util.jar.Manifest
4948

5049
object MiraiNative : KotlinPlugin(
51-
JvmPluginDescriptionBuilder("MiraiNative", "2.0.0")
50+
JvmPluginDescriptionBuilder("MiraiNative", "2.0.1")
5251
.id("org.itxtech.mirainative")
5352
.author("iTX Technologies")
5453
.info("强大的 mirai 原生插件加载器。")

src/main/resources/CQP.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)