diff --git a/package.json b/package.json index 8db30f5..72e00c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-shorts", - "version": "0.1.0", + "version": "0.1.1", "description": "Generate short videos with the help of AI.", "author": "Shafil Alam", "license": "MIT", diff --git a/src/cli.ts b/src/cli.ts index 2c94024..bde15fa 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -243,7 +243,7 @@ async function cli() { } // Welcome message - console.info("Welcome to AutoShorts AI video generator v0.1.0-dev!"); + console.info("Welcome to AutoShorts AI video generator v0.1.1-dev!"); if (!options.resPath) { console.info("[*] Resource path not found (--resPath). Using 'res' directory.");