Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhluongo committed Jan 26, 2022
1 parent 5574d09 commit ba0553e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
name: Bug Report
description: File a bug report
title: "Please include an informative title that describes the bug!"
labels: ["🐛 bug", "👩‍⚕️ triage"]
labels: ["\U0001F41B bug", "\U0001F469‍⚕️ triage"]
assignees: ["mr-michael"]
body:
- type: markdown
attributes:
value: >-
Thanks for taking the time to fill out this bug report! Note that bug
reports should start [in Discord](https://discord.gg/wn3KDAF5eU). Please
file them as issues only when suggested by a moderator so that issues
can be kept organized.
Thanks for taking the time to fill out this bug report! Note that bug reports should start [in Discord](https://discord.gg/wn3KDAF5eU). Please file them as issues only when suggested by a moderator so that issues can be kept organized.
- type: input
id: discord-link
attributes:
label: Discord Discussion Link
description: >-
The link to where this issue was discussed in Discord, either the
starting message or the moderator message suggesting that an issue be
posted.
The link to where this issue was discussed in Discord, either the starting message or the moderator message suggesting that an issue be posted.
placeholder: https://discord.com/channels/.../.../...
validations:
required: false
Expand Down Expand Up @@ -55,6 +50,7 @@ body:
label: Version
description: What version of the extension are you running?
options:
- Community Edition v0.11.0
- Community Edition v0.10.2
- Community Edition v0.10.1
- Community Edition v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tally",
"version": "0.10.2",
"version": "0.11.0",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://tally.cash",
"author": "https://tally.cash",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.10.2",
"version": "0.11.0",
"description": "Tally, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down

0 comments on commit ba0553e

Please sign in to comment.