chore: bump version to 1.7.5, extension to 1.0.1 (#1096)
Release / release (push) Has been cancelled

This commit is contained in:
jakevin
2026-04-20 22:53:08 +08:00
committed by GitHub
parent afa5e6046c
commit a0b2155510
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "OpenCLI",
"version": "1.0.0",
"version": "1.0.1",
"description": "Browser automation bridge for the OpenCLI CLI tool. Executes commands in isolated Chrome windows via a local daemon.",
"permissions": [
"debugger",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencli-extension",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"opencli": {
"compatRange": ">=1.7.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jackwener/opencli",
"version": "1.7.4",
"version": "1.7.5",
"publishConfig": {
"access": "public"
},