Skip to content

Commit

Permalink
Release 5.4.6 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSpicyBurrito authored Dec 29, 2024
1 parent 129b13d commit 1a89289
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <value>', 'input directory', 'source')
.option('-o, --output <value>', 'output directory', 'pack')
.parse()
Expand Down

0 comments on commit 1a89289

Please sign in to comment.