From 8d2766617e338a06e53d18a687f857f5caef06be Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 9 Nov 2020 15:10:44 +0000 Subject: [PATCH] [CI Skip] release/stable 0.1.14 skip-checks: true --- package.json | 2 +- packages/phishing/package.json | 2 +- packages/unused/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 07819d517..eb863457e 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.59.21", "@types/jest": "^26.0.15" }, - "version": "0.1.13" + "version": "0.1.14" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 020b648b5..1869faa22 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.1.13", + "version": "0.1.14", "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 12b77bdc7..7b1ad7222 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.1.13", + "version": "0.1.14", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",