From c74f63645c9175ceac808bfaac144c2347c7ee79 Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Tue, 29 Mar 2022 18:37:03 +0200 Subject: [PATCH] Update Jam to v0.0.5 (#11) --- apps/jam/app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/jam/app.yml b/apps/jam/app.yml index 7e4083e..3ca22a5 100644 --- a/apps/jam/app.yml +++ b/apps/jam/app.yml @@ -3,10 +3,10 @@ version: "2" metadata: category: Wallets name: JAM - version: 0.0.4 + version: 0.0.5 tagline: JoinMarket's awesome, man - description: JAM (JoinMarket's awesome, man) is a user-interface for JoinMarket - with a focus on user-friendliness. It's time for top-notch privacy for your + description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket + with focus on user-friendliness. It's time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all. The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect. @@ -25,7 +25,7 @@ metadata: defaultPassword: $APP_SEED containers: - name: joinmarket-webui - image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.4-clientserver-v0.9.5 + image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.5-clientserver-v0.9.5 restart: on-failure stop_grace_period: 1m init: true