Skip to content

Commit

Permalink
release: v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KayBeSee committed Nov 15, 2022
1 parent 1784829 commit c7d2141
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start-testnet": "TESTNET=true electron .",
"build": "tsc -b && cp -R ../frontend/build/ ./build/frontend",
"pack": "electron-builder --dir",
"dist": "electron-builder -mwl --x64"
"dist": "electron-builder -m"
},
"build": {
"productName": "Lily Wallet",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)",
"description": "Lily is the best way to secure your Bitcoin",
"license": "Custom",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"main": "./dist/main.js",
"homepage": "./",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"name": "lily-monorepo",
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)",
"description": "Lily is the best way to secure your Bitcoin",
Expand Down

0 comments on commit c7d2141

Please sign in to comment.