Skip to content

Commit b71308e

Browse files
committed
build: 1.3.1
1 parent 6db6d09 commit b71308e

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.1 (23/02/18)
2+
3+
1. update: skiko 0.7.54
4+
2. update: jsoup:1.15.4
5+
3. fix: download fonts
6+
17
## 1.3.0 (23/02/18)
28

39
1. update: skiko 0.7.50

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ loadJNILibrary()
100100

101101
| OS/Arch | Plugin | Skiko | Gif |
102102
|:----------------------:|:------:|:------:|:-----:|
103-
| Windows-10-X64 | 1.3.0 | 0.7.50 | 2.0.8 |
104-
| GNU/Linux-X64 | 1.3.0 | 0.7.50 | 2.0.8 |
105-
| GNU/Linux-ARM64 | 1.3.0 | 0.7.50 | 2.0.8 |
106-
| MacOS-X64 | 1.3.0 | 0.7.50 | 2.0.8 |
107-
| MacOS-ARM64 | 1.3.0 | 0.7.50 | 2.0.8 |
108-
| Termux (Android-ARM64) | 1.3.0 | 0.7.50 | 2.0.8 |
103+
| Windows-10-X64 | 1.3.0 | 0.7.54 | 2.0.8 |
104+
| GNU/Linux-X64 | 1.3.0 | 0.7.54 | 2.0.8 |
105+
| GNU/Linux-ARM64 | 1.3.0 | 0.7.54 | 2.0.8 |
106+
| MacOS-X64 | 1.3.0 | 0.7.54 | 2.0.8 |
107+
| MacOS-ARM64 | 1.3.0 | 0.7.54 | 2.0.8 |
108+
| Termux (Android-ARM64) | 1.3.0 | 0.7.54 | 2.0.8 |
109109

110110
暂时不支持 `Alpine Linux``MUSL/linux` 系统, 你可以关注 [![issue-11](https://shields.io/github/issues/detail/state/cssxsh/mirai-skia-plugin/11)](https://github.com/cssxsh/mirai-skia-plugin/issues/11)
111111

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.3.0"
10+
version = "1.3.1"
1111

1212
mavenCentralPublish {
1313
useCentralS01()

src/main/kotlin/xyz/cssxsh/mirai/skia/MiraiSkiaPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public object MiraiSkiaPlugin : KotlinPlugin(
1818
JvmPluginDescription(
1919
id = "xyz.cssxsh.mirai.plugin.mirai-skia-plugin",
2020
name = "mirai-skia-plugin",
21-
version = "1.3.0",
21+
version = "1.3.1",
2222
) {
2323
author("cssxsh")
2424
}

0 commit comments

Comments
 (0)