diff --git a/package.json b/package.json index 19e9182c9..607c4f2d6 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,5 @@ "@polkadot/dev": "^0.61.24", "@types/jest": "^26.0.20" }, - "version": "0.4.4" + "version": "0.4.5" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7b9b962d9..35356ffe4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.4.4", + "version": "0.4.5", "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 a0f55f773..3e83b3eeb 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.4.4", + "version": "0.4.5", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",