From f57010971a28b6b273060587efa934ab30d283ae Mon Sep 17 00:00:00 2001 From: Aaron Elijah Mars Date: Sat, 12 Jul 2025 21:18:09 +0200 Subject: [PATCH] Bump version to 1.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version in package.json and manifest.json for release 1.0.4 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- opendia-extension/manifest.json | 2 +- opendia-mcp/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendia-extension/manifest.json b/opendia-extension/manifest.json index 86e56ce..640a4ed 100644 --- a/opendia-extension/manifest.json +++ b/opendia-extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "OpenDia", - "version": "1.0.0", + "version": "1.0.4", "description": "Browser automation through Model Context Protocol", "icons": { "16": "icon-16.png", diff --git a/opendia-mcp/package.json b/opendia-mcp/package.json index f1cfc59..6c046fc 100644 --- a/opendia-mcp/package.json +++ b/opendia-mcp/package.json @@ -1,6 +1,6 @@ { "name": "opendia", - "version": "1.0.3", + "version": "1.0.4", "description": "🎯 OpenDia - The open alternative to Dia. Connect your browser to AI models with anti-detection bypass for Twitter/X, LinkedIn, Facebook", "main": "server.js", "bin": {