diff --git a/package.json b/package.json index 9defc89cb..d53ac4589 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.6", "@types/jest": "^26.0.20" }, - "version": "0.6.60", + "version": "0.6.61", "dependencies": { "@pinata/sdk": "^1.1.13", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7129b903e..133e1c97f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.60", + "version": "0.6.61", "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 4e53b022b..8a8115192 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.60' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.61' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 2b6aa6a14..abdcd6ee9 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.60", + "version": "0.6.61", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",