Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# titled `release: vX.Y.Z`, merge, then tag the merge commit `vX.Y.Z`
# and push. The tag fires the release workflow.

export WATCH_CLI_VERSION="0.3.0"
export WATCH_CLI_VERSION="0.3.1"
export WATCH_CLI_VERSION_STRING="watch-cli v${WATCH_CLI_VERSION}"
3 changes: 2 additions & 1 deletion mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@sonpiaz/watch-cli-mcp",
"version": "0.3.0",
"version": "0.3.1",
"mcpName": "io.github.sonpiaz/watch-cli",
"description": "Watch any social video → get an architecture diagram, working component, runnable notebook, or step-by-step cheat sheet — automatically. MCP stdio server for watch-cli.",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading