From 1a8928952ca4ded5d8eacf814c186b60c137a291 Mon Sep 17 00:00:00 2001 From: Burrito Date: Sun, 29 Dec 2024 17:41:36 +0800 Subject: [PATCH] Release 5.4.6 (#24) --- package-lock.json | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ee924b..49f1f1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sonolus/pack", - "version": "5.4.5", + "version": "5.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sonolus/pack", - "version": "5.4.5", + "version": "5.4.6", "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.34.13", diff --git a/package.json b/package.json index 1a3c351..76a1df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sonolus/pack", - "version": "5.4.5", + "version": "5.4.6", "description": "CLI tool to pack Sonolus source files into repository and database", "author": "NonSpicyBurrito", "repository": "github:Sonolus/sonolus-pack", diff --git a/src/index.ts b/src/index.ts index a7a1505..4961239 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,7 +17,7 @@ import { partialDatabaseServerInfoSchema } from './schemas/serverInfo' const options = new Command() .name('sonolus-pack') - .version('5.4.5') + .version('5.4.6') .option('-i, --input ', 'input directory', 'source') .option('-o, --output ', 'output directory', 'pack') .parse()