From 4c70db8eda9350bbd65ac9b456b0892ce90a0d0f Mon Sep 17 00:00:00 2001 From: Jagoda Berry Rybacka Date: Wed, 5 Jul 2023 13:01:15 +0200 Subject: [PATCH] v0.40.2 --- .github/ISSUE_TEMPLATE/BUG.yml | 1 + manifest/manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index d27baf256c..03d74716c1 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -51,6 +51,7 @@ body: label: Version description: What version of the extension are you running? options: + - v0.40.2 - v0.40.1 - v0.40.0 - v0.39.0 diff --git a/manifest/manifest.json b/manifest/manifest.json index cd70aa32aa..82f10a8c99 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,6 +1,6 @@ { "name": "Taho", - "version": "0.40.1", + "version": "0.40.2", "description": "The community owned and operated Web3 wallet.", "homepage_url": "https://taho.xyz", "author": "https://taho.xyz", diff --git a/package.json b/package.json index 4d453d8236..714ad0c519 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tallyho/tally-extension", "private": true, - "version": "0.40.1", + "version": "0.40.2", "description": "Taho, the community owned and operated Web3 wallet.", "main": "index.js", "repository": "git@github.com:thesis/tally-extension.git",