fix some type issue
This commit is contained in:
parent
5d982f3d3d
commit
635285b8d0
5 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { config } from "../Configuration.js"
|
||||
import { getUUID } from "./linker.js"
|
||||
|
||||
export const version = config.packinfo?.version || [4, 0, 0]
|
||||
export const version = config.packinfo?.version || [4, 0, 1]
|
||||
|
||||
export async function genManifest() {
|
||||
const [uuid1, uuid2] = await getUUID()
|
||||
|
|
|
|||
Reference in a new issue