diff --git a/e2e/tests/package.json b/e2e/tests/package.json index 0e038403..b6af6841 100644 --- a/e2e/tests/package.json +++ b/e2e/tests/package.json @@ -1,6 +1,6 @@ { "name": "e2e-tests", - "version": "1.4.2", + "version": "1.6.0", "description": "nut.js E2E tests", "main": "index.js", "scripts": { diff --git a/e2e/tests/packages/window-integration-tests/package.json b/e2e/tests/packages/window-integration-tests/package.json index ee0db2a9..b9c4c5c1 100644 --- a/e2e/tests/packages/window-integration-tests/package.json +++ b/e2e/tests/packages/window-integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "window-integration-tests", - "version": "1.4.2", + "version": "1.6.0", "description": "Integration tests to verify window handling", "main": "main.js", "author": { diff --git a/package.json b/package.json index 29c21d07..f0893c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nut-tree/nut-js", - "version": "1.5.0", + "version": "1.6.0", "license": "Apache-2.0", "main": "dist/index", "typings": "dist/index",