From 5fafa73bef15d142213a9fd5a4e83801ce8e3c4f Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 18 Oct 2020 11:37:56 +0000 Subject: [PATCH] [CI Skip] release/stable 0.1.9 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 f5e970123..556e2f081 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@polkadot/dev": "^0.58.3", "@types/jest": "^26.0.14" }, - "version": "0.1.8" + "version": "0.1.9" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 90d0715bc..39448d81b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.1.8", + "version": "0.1.9", "description": "Simple phishing scripts from a central source", "main": "index.js", "publishConfig": { diff --git a/packages/unused/package.json b/packages/unused/package.json index 004d66b40..685b2ab34 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.1.8", + "version": "0.1.9", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",