From 3732d16d46809440fb5a4cc10ced5e2da28764e1 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 10 Nov 2020 16:46:00 +0000 Subject: [PATCH] [CI Skip] release/stable 0.1.17 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 e9feed0b1..4d8bdc235 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.59.23", "@types/jest": "^26.0.15" }, - "version": "0.1.16" + "version": "0.1.17" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 14c992529..f67480f0b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.1.16", + "version": "0.1.17", "description": "Simple phishing scripts from a central source", "main": "index.js", "module": "esm/index.js", diff --git a/packages/unused/package.json b/packages/unused/package.json index 67c397334..dbbac635c 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.1.16", + "version": "0.1.17", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",