From 3e32c27313455aa04a2370027e720685354df674 Mon Sep 17 00:00:00 2001 From: George-CL Date: Fri, 28 May 2021 15:42:20 +0100 Subject: [PATCH] Bump version to 1.0.1 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4181f9df..3bb9b008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casperlabs-signer", - "version": "1.0.0", + "version": "1.0.1", "private": true, "dependencies": { "@extend-chrome/storage": "^1.4.3", diff --git a/public/manifest.json b/public/manifest.json index 11c1c595..15d0fa3d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.0.0", + "version": "1.0.1", "name": "CasperLabs Signer", "author": "https://casperlabs.io", "description": "CasperLabs Signer tool for signing transactions on the blockchain.",