Skip to content

Commit

Permalink
Merge pull request #2431 from tallycash/release-0.17.2
Browse files Browse the repository at this point in the history
v0.17.2
  • Loading branch information
Gergő Nagy authored Oct 18, 2022
2 parents bcabb8f + 8118a7e commit b3bc3e5
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:
- v0.17.2
- v0.17.1
- v0.17.0
- v0.16.5
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 Ho",
"version": "0.17.1",
"version": "0.17.2",
"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.17.1",
"version": "0.17.2",
"description": "Tally Ho, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "[email protected]:thesis/tally-extension.git",
Expand Down Expand Up @@ -89,6 +89,7 @@
"archiver": "^5.3.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"dexie": "^3.0.3",
"dotenv-defaults": "^2.0.2",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.28.0",
Expand All @@ -105,7 +106,6 @@
"fork-ts-checker-webpack-plugin": "^6.3.2",
"install": "^0.13.0",
"jest": "^27.2.2",
"dexie": "^3.0.3",
"npm": "^7.5.6",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
Expand Down

0 comments on commit b3bc3e5

Please sign in to comment.