perf:发布版本1.0.1

This commit is contained in:
曾文豪
2023-02-09 13:07:16 +08:00
parent daf32f5ae3
commit 9eb1606ed6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
export const hello = () => {
console.log("Hello world");
console.log("Hello world1.0.1");
}