Skip to content

Commit

Permalink
Release 0.4.9 and publish deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Jun 4, 2023
1 parent 6c176f4 commit d9e4aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
},
"linux": {
"target": [
"AppImage"
"AppImage",
"deb"
],
"category": "Development"
},
Expand Down
5 changes: 3 additions & 2 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unstoppableswap-gui",
"version": "0.4.8",
"version": "0.4.9",
"description": "Graphical User Interface for XMR<>BTC Atomic Swaps",
"main": "./dist/main/main.js",
"scripts": {
Expand All @@ -10,7 +10,8 @@
},
"author": {
"name": "binarybaron",
"url": "https://unstoppableswap.net"
"url": "https://unstoppableswap.net",
"email": "[email protected]"
},
"dependencies": {
"sqlite3": "5.0.2",
Expand Down

0 comments on commit d9e4aca

Please sign in to comment.