diff --git a/package.json b/package.json index 15fd55ae3..c0d883c5c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.61.26", "@types/jest": "^26.0.20" }, - "version": "0.5.36", + "version": "0.5.37", "dependencies": { "@pinata/sdk": "^1.1.11", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index df090ce54..aa9b8caa0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.5.36", + "version": "0.5.37", "description": "Simple phishing scripts from a central source", "main": "index.js", "sideEffects": false, diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c507c002e..e27c374ec 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.5.36' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.5.37' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 10e8e82ff..9c790800d 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.5.36", + "version": "0.5.37", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",