Skip to content

Commit c70811a

Browse files
committed
chore: bump version
1 parent d1ad12c commit c70811a

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.7.1","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"5.7.2","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ts-case-convert": "^2.1.0",
4545
"tsx": "^4.20.4",
4646
"typescript": "^5.9.2",
47-
"vite": "^7.1.2",
47+
"vite": "^7.1.3",
4848
"vite-plugin-cp": "^6.0.3"
4949
},
5050
"packageManager": "yarn@4.9.2"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import packageJson from '../package-dist.json'
33

4-
export const version = '5.7.1'
4+
export const version = '5.7.2'
55

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

0 commit comments

Comments
 (0)