From 0b3ba8784c908a9cb0e499bd2a34c1884f3c0ce7 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Mon, 20 Apr 2026 11:09:16 -0700 Subject: [PATCH] Bump version from 1.2.0 to 1.3.0 --- napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/package.json b/napi/package.json index 87a9046..eee532b 100644 --- a/napi/package.json +++ b/napi/package.json @@ -1,6 +1,6 @@ { "name": "@firecrawl/pdf-inspector", - "version": "1.2.0", + "version": "1.3.0", "description": "Fast PDF classification and text extraction. Detect text-based vs scanned PDFs, extract text by region with quality checks. Native Rust performance via napi-rs.", "main": "index.js", "types": "index.d.ts",