diff --git a/woofbot-lnd/docker-compose.yml b/woofbot-lnd/docker-compose.yml index b1c2d0d..3fbe96a 100644 --- a/woofbot-lnd/docker-compose.yml +++ b/woofbot-lnd/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8080 web: - image: woofbot/woofbot:v0.9.6@sha256:4d01e11abcf8efbc18cc1064204e20ec71e8571afb3774dec15268ada10568dc + image: woofbot/woofbot:v0.9.7@sha256:41854e9bd1ddf5cf978e44bc84b41c4201163886cf0ac938c8a297eb1c92edd8 user: 1000:1000 restart: on-failure stop_grace_period: 1m diff --git a/woofbot-lnd/umbrel-app.yml b/woofbot-lnd/umbrel-app.yml index a0c0c69..3c1bfa1 100644 --- a/woofbot-lnd/umbrel-app.yml +++ b/woofbot-lnd/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: woofbot-lnd category: Finance name: WoofBot (LND) -version: "0.9.6" +version: "0.9.7" tagline: A chatbot for your personal node description: >- WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications @@ -27,8 +27,6 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - - Improved performance of the algorithm that detects that the mempool is still not clear, when the mempool is large. - - - Improved performance of the algorithm that detects that funds are spent from watched-addresses. + - Fixed the About command: getting the version in LND v0.16.3-beta submitter: WoofBotApp submission: https://github.com/getumbrel/umbrel-apps/pull/442 diff --git a/woofbot/docker-compose.yml b/woofbot/docker-compose.yml index ac2f6e1..643bd1d 100644 --- a/woofbot/docker-compose.yml +++ b/woofbot/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8080 web: - image: woofbot/woofbot:v0.9.6@sha256:4d01e11abcf8efbc18cc1064204e20ec71e8571afb3774dec15268ada10568dc + image: woofbot/woofbot:v0.9.7@sha256:41854e9bd1ddf5cf978e44bc84b41c4201163886cf0ac938c8a297eb1c92edd8 user: 1000:1000 restart: on-failure stop_grace_period: 1m diff --git a/woofbot/umbrel-app.yml b/woofbot/umbrel-app.yml index e83ed61..9bd01d1 100644 --- a/woofbot/umbrel-app.yml +++ b/woofbot/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: woofbot category: Finance name: WoofBot (without Lightning) -version: "0.9.6" +version: "0.9.7" tagline: A chatbot for your personal node description: >- WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications @@ -26,8 +26,6 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - - Improved performance of the algorithm that detects that the mempool is still not clear, when the mempool is large. - - - Improved performance of the algorithm that detects that funds are spent from watched-addresses. + - Fixed the About command: getting the version in LND v0.16.3-beta submitter: WoofBotApp submission: https://github.com/getumbrel/umbrel-apps/pull/28