Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Balint Ferencz committed Feb 28, 2022
1 parent 9797c96 commit e400653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
label: Version
description: What version of the extension are you running?
options:
- Community Edition v0.12.0
- Community Edition v0.11.2
- Community Edition v0.11.1
- Community Edition v0.11.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.11.2",
"version": "0.12.0",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://tally.cash",
"author": "https://tally.cash",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.11.2",
"version": "0.12.0",
"description": "Tally, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "[email protected]:thesis/tally-extension.git",
Expand Down Expand Up @@ -78,13 +78,13 @@
"dotenv-defaults": "^2.0.2",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.28.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
Expand Down

0 comments on commit e400653

Please sign in to comment.