Skip to content

Commit af0baf1

Browse files
committed
chore: update version to 5.2.0 and clear default token in configuration
1 parent 2fd471e commit af0baf1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot","version":"5.1.0","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"5.2.0","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}

src/common/default_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"webui": {
33
"enable": true,
44
"port": 3080,
5-
"token": "123"
5+
"token": ""
66
},
77
"satori": {
88
"enable": false,

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'fs'
22

3-
export const version = '5.1.0'
3+
export const version = '5.2.0'
44

55
export const writeVersion = ()=>{
66
const pkgJsonPath = './package-dist.json'

0 commit comments

Comments
 (0)