Skip to content

Commit

Permalink
Nick: v1.8.0 - added /v1/search support
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed Jan 2, 2025
1 parent b61a1cc commit a4b6dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/js-sdk/firecrawl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.10.1",
"version": "1.11.0",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/python-sdk/firecrawl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .firecrawl import FirecrawlApp # noqa

__version__ = "1.7.1"
__version__ = "1.8.0"

# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")
Expand Down

0 comments on commit a4b6dfe

Please sign in to comment.