From 7a1acdc2108dc1237eaef4ca24ed55fc762fc622 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 7 Jan 2021 10:27:38 +0000 Subject: [PATCH] [CI Skip] release/stable 0.3.12 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 85b7eeecd..351d934ec 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@polkadot/dev": "^0.61.23", "@types/jest": "^26.0.19" }, - "version": "0.3.11" + "version": "0.3.12" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 06ebcb2f0..37f96bb41 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.3.11", + "version": "0.3.12", "description": "Simple phishing scripts from a central source", "main": "index.js", "module": "index.mjs", diff --git a/packages/unused/package.json b/packages/unused/package.json index fe05d8376..547a5be12 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.3.11", + "version": "0.3.12", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",