Skip to content

Commit ea80f41

Browse files
committed
🚑 升级 1.0.1 版本,解决因配置文件为空导致的 NEP 问题
1 parent 2c5be6a commit ea80f41

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p align="center">
33
<a href="https://github.com/halo-dev/halo"><img alt="Halo version" src="https://img.shields.io/badge/halo-2.0.0%2B-brightgreen?style=for-the-badge" /></a>
44
<a href="https://github.com/LIlGG/halo-theme-sakura"><img alt="Build Status" src="https://img.shields.io/badge/build-positive-brightgreen?style=for-the-badge"></a>
5-
<a href="https://github.com/prettier/prettier"><img alt="Code Style: Prettier" src="https://img.shields.io/badge/release-1.0.0-blue?style=for-the-badge"></a>
5+
<a href="https://github.com/prettier/prettier"><img alt="Code Style: Prettier" src="https://img.shields.io/badge/release-1.0.1-blue?style=for-the-badge"></a>
66
<a href="./LICENSE"><img alt="LICENSE MIT" src="https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge"></a>
77
</p>
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0-SNAPSHOT
1+
version=1.0.1

src/main/java/run/halo/live2d/Live2dInitProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @author LIlGG
3232
* @since 2022-11-30
33-
* @version 1.0.0
33+
* @version 1.0.1
3434
*/
3535
@Component
3636
@Slf4j

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: PluginLive2d
55
spec:
66
enabled: true
7-
version: 1.0.0
7+
version: 1.0.1
88
requires: ">=2.0.0"
99
author:
1010
name: LIlGG

src/main/resources/static/js/live2d-autoload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Live2d() {
2222
"apiPath": "//api.zsq.im/live2d/",
2323
"tools": ["hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit"],
2424
"updateTime": "2022.12.09",
25-
"version": "1.0.0",
25+
"version": "1.0.1",
2626
"tipsPath": "live2d-tips.json"
2727
}
2828
/**

src/main/resources/static/js/live2d-autoload.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)