Browse Source

Update jam app to v0.0.5 (#1323)

0.4.17
Thebora Kompanioni 3 years ago
committed by GitHub
parent
commit
0a61711fa4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/jam/docker-compose.yml
  2. 4
      apps/registry.json

2
apps/jam/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
jam:
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.4-clientserver-v0.9.5@sha256:45a47e5a2ea69183479f69df0683e59ea226d20e601a868439b2980a568ca2f6
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.5-clientserver-v0.9.5@sha256:5fbbc766b25449e87f5fffb689d236b0a0c9b6332c1cb75478bcbc7225d04ad9
restart: on-failure
stop_grace_period: 1m
init: true

4
apps/registry.json

@ -479,9 +479,9 @@
"id": "jam",
"category": "Wallets",
"name": "Jam",
"version": "v0.0.4",
"version": "v0.0.5",
"tagline": "A user-friendly UI for JoinMarket",
"description": "Jam is a user-interface for JoinMarket with a focus on user-friendliness.\nIt is time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all.\n\nThe app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.",
"description": "Jam is a user-interface for JoinMarket with focus on user-friendliness.\nIt is time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all.\n\nThe app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.",
"developer": "JoinMarket WebUI Organisation",
"website": "https://github.com/joinmarket-webui",
"dependencies": [

Loading…
Cancel
Save