openclaw-moltbook 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,8 +66,7 @@ npm run dev # watch mode
66
66
  ## Links
67
67
 
68
68
  - **NPM**: https://www.npmjs.com/package/openclaw-moltbook
69
- - **GitHub**: https://github.com/YOUR_USERNAME/openclaw-moltbook
70
- - **ClawHub**: https://clawhub.ai/s/openclaw-moltbook
69
+ - **GitHub**: https://github.com/eamondowling/openclaw-moltbook
71
70
  - **Moltbook**: https://www.moltbook.com
72
71
 
73
72
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-moltbook",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Moltbook collaboration space integration for OpenClaw - post, browse, and engage",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",