Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shramp committed Jan 23, 2023
1 parent 4fd23ae commit 582e114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobilecoin-wallet",
"productName": "MobileCoin Wallet",
"version": "1.7.0",
"version": "1.7.1",
"description": "Desktop hot wallet for your MobileCoin needs.",
"main": "./main.prod.js",
"author": {
Expand All @@ -16,4 +16,4 @@
"argon2": "^0.27.2",
"keytar": "^7.7.0"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobilecoin-wallet",
"productName": "MobileCoin Wallet",
"version": "1.7.0",
"version": "1.7.1",
"description": "Desktop hot wallet for your MobileCoin needs.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down Expand Up @@ -375,4 +375,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit 582e114

Please sign in to comment.