Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tychenjiajun committed Sep 1, 2024
1 parent b3e5980 commit 0e7c6cc
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": "1.1.0",
"version": "1.1.1",
"description": "A Node.js CLI and library that uses Ollama or ZhipuAI to intelligently write image description to exif metadata by it's content.",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/exif-ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { WriteTags } from "exiftool-vendored";
const program = new Command();

program
.version("1.1.0")
.version("1.1.1")
.description(
"A Node.js CLI that uses Ollama or ZhipuAI to intelligently write image description to exif metadata by it's content.",
)
Expand Down

0 comments on commit 0e7c6cc

Please sign in to comment.