Skip to content

Commit bb9bbd0

Browse files
committed
Bump version to 0.1.1
1 parent 9d05837 commit bb9bbd0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "diffbot",
33
"name": "Diffbot",
44
"description": "Structured web knowledge for OpenClaw agents: query Diffbot's Knowledge Graph (organizations, people, news, places, deals, and any other entity type via DQL), search the web with ranked and cited results, extract any URL into markdown or JSON, resolve named entities in text, and crawl whole sites.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"skills": [
77
"./skills"
88
],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diffbot/openclaw-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Diffbot tools and skills for OpenClaw: Knowledge Graph search (organizations, people, news, places, deals, DQL), web search, URL extraction, entity resolution, and site crawling.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)