Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alamshafil committed Aug 5, 2024
1 parent d95c14c commit a5b5f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit a5b5f60

Please sign in to comment.