Skip to content

Commit 1fd578c

Browse files
authored
chore: bump version to 1.7.1 (#965)
1 parent b0fd952 commit 1fd578c

4 files changed

Lines changed: 5 additions & 5 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.7.0",
4+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "1.7.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)