diff --git a/package.json b/package.json index 980c996e8..c1033fff4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@polkadot/dev": "^0.62.67", "@types/jest": "^27.0.1" }, - "version": "0.6.337", + "version": "0.6.338", "dependencies": { "@pinata/sdk": "^1.1.23", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2be2f6945..5d7351cdf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.337", + "version": "0.6.338", "type": "module", "description": "Simple phishing scripts from a central source", "main": "index.js", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c5bbdab19..f8eafe8b9 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.337' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.338' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index d869481a1..86ff0bca3 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.337", + "version": "0.6.338", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",