From 233b670ca7d3856e40b75c741a94983edfd5312d Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Thu, 7 Sep 2023 10:15:53 -0400 Subject: [PATCH] v0.49.0 --- .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 cd0fbed3a..ceed0be2f 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.49.0 - v0.48.0 - v0.47.0 - v0.46.1 diff --git a/manifest/manifest.json b/manifest/manifest.json index 807ce0a1e..d172ac7ae 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,6 +1,6 @@ { "name": "Taho", - "version": "0.48.0", + "version": "0.49.0", "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 074335ab2..7463c04a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tallyho/tally-extension", "private": true, - "version": "0.48.0", + "version": "0.49.0", "description": "Taho, the community owned and operated Web3 wallet.", "main": "index.js", "repository": "git@github.com:thesis/tally-extension.git",