Skip to content

Commit

Permalink
MiraiNative: release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Aug 7, 2020
1 parent 8242a74 commit ff6c0fc
Show file tree
Hide file tree
Showing 3 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.1"
version = "1.8.2"

kotlin {
sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ object MiraiBridge {
accept()
NativeBridge.eventGroupMemberJoin(
Bridge.MEMBER_JOIN_PERMITTED,
EventManager.getTimestamp(), group.id, 0, fromId
EventManager.getTimestamp(), groupId, 0, fromId
)
}
2 -> reject(message = reason)
Expand Down
10 changes: 5 additions & 5 deletions 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.1
author: iTX Technologies
info: 强大的 Mirai 原生插件加载器
name: MiraiNative
main: org.itxtech.mirainative.MiraiNative
version: 1.8.2
author: iTX Technologies
info: 强大的 Mirai 原生插件加载器

0 comments on commit ff6c0fc

Please sign in to comment.