diff --git a/package.json b/package.json index 00e831bdd..0f8bdb8df 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.406", + "version": "0.6.407", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 473e2138f..f5dc73def 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.406", + "version": "0.6.407", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6a88d1704..03e7d4a57 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.6.406' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.407' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index aa5876661..c616047e0 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -14,6 +14,6 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.406", + "version": "0.6.407", "main": "index.js" }