Skip to content

Commit 45001ec

Browse files
authored
chore: bump extension version to 1.6.10 (#911)
1 parent 2ad95fc commit 45001ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenCLI",
4-
"version": "1.6.8",
4+
"version": "1.6.10",
55
"description": "Browser automation bridge for the OpenCLI CLI tool. Executes commands in isolated Chrome windows via a local daemon.",
66
"permissions": [
77
"debugger",

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencli-extension",
3-
"version": "1.6.8",
3+
"version": "1.6.10",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)