Skip to content

Commit 3017ca7

Browse files
authored
chore: bump version to 1.7.9 (extension 1.0.3) (#1259)
1 parent 7e68e19 commit 3017ca7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0.2",
4+
"version": "1.0.3",
55
"description": "Browser automation bridge for the OpenCLI CLI tool. Executes commands in Chrome tab leases 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.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"opencli": {
66
"compatRange": ">=1.7.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jackwener/opencli",
3-
"version": "1.7.8",
3+
"version": "1.7.9",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)