diff --git a/package-lock.json b/package-lock.json index cd8f2e66..00ce70b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,8 @@ "node": ">= 18", "npm": ">= 9.3.1", "yarn": ">= 1.21.1" - } + }, + "version": "3.2.0-beta.72" }, "node_modules/@electron/asar": { "version": "3.2.10", @@ -3040,5 +3041,6 @@ "url": "https://github.com/sponsors/sindresorhus" } } - } + }, + "version": "3.2.0-beta.72" } diff --git a/package.json b/package.json index 472a7a73..aec4e317 100644 --- a/package.json +++ b/package.json @@ -77,5 +77,6 @@ "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "translate": "gulp translateAndUpdateWordsJS" - } + }, + "version": "3.2.0-beta.72" }