diff --git a/package.json b/package.json index aed139509..07819d517 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.59.21", "@types/jest": "^26.0.15" }, - "version": "0.1.12" + "version": "0.1.13" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 510028e32..a88306380 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.1.12", + "version": "0.1.13", "description": "Simple phishing scripts from a central source", "main": "index.js", "module": "esnext/index.js", diff --git a/packages/unused/package.json b/packages/unused/package.json index 51451e215..12b77bdc7 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.1.12", + "version": "0.1.13", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",