Skip to content

Commit fa2b64c

Browse files
committed
chore: Bump version to 7.9.3
- Update version string in src/version.ts from 7.9.2 to 7.9.3 - Update version in package-dist.json from 7.9.2 to 7.9.3
1 parent 8beddf4 commit fa2b64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot-dist","version":"7.9.2","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}
1+
{"name":"llonebot-dist","version":"7.9.3","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}

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 = '7.9.2'
4+
export const version = '7.9.3'
55

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

0 commit comments

Comments
 (0)