Skip to content

Commit

Permalink
1.0.0-33
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Apr 12, 2021
1 parent ca7ba6c commit 332dbd1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agregore-browser",
"version": "1.0.0-32",
"version": "1.0.0-33",
"description": "A minimal web browser for the distributed web",
"main": "app/main.js",
"scripts": {
Expand Down Expand Up @@ -48,11 +48,16 @@
},
{
"name": "gemini",
"schemes": ["gemini"]
"schemes": [
"gemini"
]
},
{
"name": "bittorrent",
"schemes": ["magnet", "bittorrent"]
"schemes": [
"magnet",
"bittorrent"
]
}
],
"dmg": {
Expand Down

0 comments on commit 332dbd1

Please sign in to comment.