Skip to content

Commit dd44e02

Browse files
committed
enhance: bump version to 5.4.1
1 parent 7ac8fa0 commit dd44e02

2 files changed

Lines changed: 2 additions & 2 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.4.0","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"5.4.1","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}

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.4.0'
3+
export const version = '5.4.1'
44

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

0 commit comments

Comments
 (0)