Skip to content

Commit

Permalink
build: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 11, 2022
1 parent 93a7f1b commit 2e236f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "xyz.cssxsh.mirai"
version = "1.1.3"
version = "1.1.4"

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/xyz/cssxsh/mirai/skia/MiraiSkiaPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ public object MiraiSkiaPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-skia-plugin",
name = "mirai-skia-plugin",
version = "1.1.3",
version = "1.1.4",
) {
author("cssxsh")
}
) {

public val loadJob: Job = launch {
internal val loadJob: Job = launch {
checkPlatform()
loadJNILibrary(folder = resolveDataFile("lib"))
}
Expand Down

0 comments on commit 2e236f7

Please sign in to comment.