Skip to content

Commit

Permalink
fix: change version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tychenjiajun committed Sep 8, 2024
1 parent 33b8177 commit 6218717
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": "exif-ai",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Node.js CLI and library that uses Ollama or ZhipuAI to intelligently write image description and/or tags to exif metadata by it's content.",
"homepage": "https://github.com/tychenjiajun/exif-ai",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/exif-ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function findFilesRecursive(
}
const program = new Command();
program
.version("3.0.0")
.version("3.0.1")
.description(getText("description") ?? "")
.requiredOption("-a, --api-provider <provider>", getText("api-provider"))
.option("-T, --tasks <tasks...>", getText("tasks"))
Expand Down

0 comments on commit 6218717

Please sign in to comment.