From 916e68dfc73ecc3351bb8d7d2bc15616b855768a Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 1 Dec 2023 15:27:18 -0600 Subject: [PATCH] Update mutiny to latest version --- manifest.yaml | 9 +++------ mutiny-web | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 9e09b84..3ea1999 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,15 +5,12 @@ id: mutiny-wallet # A human readable service title title: "Mutiny Wallet" # Service version - accepts up to four digits, where the last confirms to revisions necessary for StartOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service. -version: 0.4.32 +version: 0.4.39 # Release notes for the update - can be a string, paragraph or URL release-notes: | - - Improvements to wallet startup time - - Additions to prevent force closes - - Better handling of high on-chain fees + - Dynamic Channel Fees, setting up your channels should be cheaper now + - General backend improvements - Bug fixes - - Standardized and optimized icon - - Reduced package size by 63% # The type of license for the project. Include the LICENSE in the root of the project directory. A license is required for a Start9 package. license: MIT # The Start9 wrapper repository URL for the package. This repo contains the manifest file (this), any scripts necessary for configuration, backups, actions, or health checks (more below). This key must exist. But could be embedded into the source repository. diff --git a/mutiny-web b/mutiny-web index 602f0fe..9f7c489 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 602f0fe9d4436f6cea32b996ee6ad798d63a3762 +Subproject commit 9f7c48975fc43136d62bd946a8024780c28739c9