diff --git a/package.json b/package.json index 181ebd999..9b25117d7 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@polkadot/dev": "^0.61.24", "@types/jest": "^26.0.20" }, - "version": "0.3.15" + "version": "0.3.16" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e272aa3bf..fc9b1cb8d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.3.15", + "version": "0.3.16", "description": "Simple phishing scripts from a central source", "main": "index.js", "module": "index.mjs", diff --git a/packages/unused/package.json b/packages/unused/package.json index c3f7e1902..93f8ef5d8 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.3.15", + "version": "0.3.16", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",