From f958a6cc66b86c0f9b6767791cd5f738dfbcb355 Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Tue, 14 Jan 2025 20:47:23 -0500 Subject: [PATCH] v0.63.1 --- .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 1e233d5a5..897d55782 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.63.1 - v0.63.0 - v0.62.0 - v0.58.0 diff --git a/manifest/manifest.json b/manifest/manifest.json index ca6c79a23..faddc1aa1 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,6 +1,6 @@ { "name": "Taho", - "version": "0.63.0", + "version": "0.63.1", "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 eef021f48..68368ef6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tallyho/tally-extension", "private": true, - "version": "0.63.0", + "version": "0.63.1", "description": "Taho, the community owned and operated Web3 wallet.", "main": "index.js", "repository": "git@github.com:thesis/tally-extension.git",