From 5b84736c5bd599735b850f47f7c10642dabacb81 Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Tue, 21 Dec 2021 15:22:18 +0100 Subject: [PATCH] versions bump --- package.json | 4 ++-- public/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e3c4753f..6d9cc097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casperlabs-signer", - "version": "1.4.6", + "version": "1.4.7", "private": true, "dependencies": { "@babel/core": "^7.14.6", @@ -132,4 +132,4 @@ "webextension-polyfill-ts": "^0.12.0", "webpack-cli": "^3.3.11" } -} \ No newline at end of file +} diff --git a/public/manifest.json b/public/manifest.json index 2c99d8f4..024c47ef 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.4.6", + "version": "1.4.7", "name": "CasperLabs Signer", "author": "https://casperlabs.io", "description": "CasperLabs Signer tool for signing transactions on the blockchain.",