Skip to content

Commit

Permalink
🚑 升级 1.0.1 版本,解决因配置文件为空导致的 NEP 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG committed Dec 12, 2022
1 parent 2c5be6a commit ea80f41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p align="center">
<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>
<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>
<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>
<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>
<a href="./LICENSE"><img alt="LICENSE MIT" src="https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0-SNAPSHOT
version=1.0.1
2 changes: 1 addition & 1 deletion src/main/java/run/halo/live2d/Live2dInitProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @author LIlGG
* @since 2022-11-30
* @version 1.0.0
* @version 1.0.1
*/
@Component
@Slf4j
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: PluginLive2d
spec:
enabled: true
version: 1.0.0
version: 1.0.1
requires: ">=2.0.0"
author:
name: LIlGG
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/js/live2d-autoload.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Live2d() {
"apiPath": "//api.zsq.im/live2d/",
"tools": ["hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit"],
"updateTime": "2022.12.09",
"version": "1.0.0",
"version": "1.0.1",
"tipsPath": "live2d-tips.json"
}
/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/js/live2d-autoload.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea80f41

Please sign in to comment.