From 55cee7d46319fd90ebe1caabfa76d79c5aa0921d Mon Sep 17 00:00:00 2001 From: George Williamson <69711689+George-cl@users.noreply.github.com> Date: Mon, 27 Jun 2022 21:10:17 +0100 Subject: [PATCH] FIX: bumps manifest version --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index eb07d69f..a5adf617 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.4.13", + "version": "1.4.14", "name": "Casper Signer", "author": "https://casper.network", "description": "Casper Signer is the official non-custodial wallet that allows you to manage private keys and sign transactions on Casper Network", @@ -117,4 +117,4 @@ }, "default_title": "Casper Signer" } -} \ No newline at end of file +}