diff --git a/package-lock.json b/package-lock.json index 7488f5c2b..4024966e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunit", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunit", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "license": "MIT", "dependencies": { "commander": "12.1.0", diff --git a/package.json b/package.json index 78b5739ca..26c7d08da 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qunit", "title": "QUnit", "description": "The powerful, easy-to-use testing framework.", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "homepage": "https://qunitjs.com", "author": { "name": "OpenJS Foundation and other contributors",