diff --git a/lndg/docker-compose.yml b/lndg/docker-compose.yml index bc4bb9de..c2775990 100644 --- a/lndg/docker-compose.yml +++ b/lndg/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: $APP_LNDG_PORT web: - image: ghcr.io/cryptosharks131/lndg:v1.10.0@sha256:6eedfe308301bf1f8827baa47aabd005e96868e39e8a20a1f774ebdd676cb751 + image: ghcr.io/cryptosharks131/lndg:v1.10.1@sha256:c4f12e9222d81b74b665e61feab2b28d0e32e08d144b2cb1334e517eab01c9ad restart: on-failure stop_grace_period: 1m init: true diff --git a/lndg/umbrel-app.yml b/lndg/umbrel-app.yml index 1361c55c..9fce8afb 100644 --- a/lndg/umbrel-app.yml +++ b/lndg/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lndg category: bitcoin name: LNDg -version: "1.10.0" +version: "1.10.1" tagline: Analyze and automate your Lightning node management description: LNDg is your command center for running a profitable and efficient routing node. From quickly viewing your node's health, automated rebalancing, @@ -28,6 +28,6 @@ releaseNotes: >- - New metrics page added to identify unprofitable or stuck channels - - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.10.0 + - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.10.1 submitter: cryptosharks131 submission: https://github.com/getumbrel/umbrel/pull/1189