Skip to content

Commit 20c65a0

Browse files
committed
chore: bump to v0.1.2
1 parent 3b263e0 commit 20c65a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-translate",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Translate PDF documents using LLMs. Supports OpenAI, Claude, Gemini, and any OpenAI-compatible API.",
55
"type": "module",
66
"license": "MIT",

packages/cli/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { translatePages } from "./translate.js";
1414
import type { TextBlock } from "./bridge.js";
1515

16-
const VERSION = "0.1.1";
16+
const VERSION = "0.1.2";
1717

1818
function jsonOut(data: unknown) {
1919
console.log(JSON.stringify(data, null, 2));

0 commit comments

Comments
 (0)