diff --git a/package.json b/package.json index a2f834fc8..a85c56041 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.61.2", "@types/jest": "^26.0.19" }, - "version": "0.3.0" + "version": "0.3.1" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1ffbabe31..41b00ef51 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.3.0", + "version": "0.3.1", "description": "Simple phishing scripts from a central source", "main": "index.js", "sideEffects": false, diff --git a/packages/unused/package.json b/packages/unused/package.json index 77e1a8d0d..1aaa3d2e2 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.3.0", + "version": "0.3.1", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",