diff --git a/clams-remote b/clams-remote index bcac5e7..46724bf 160000 --- a/clams-remote +++ b/clams-remote @@ -1 +1 @@ -Subproject commit bcac5e785dc84ac881c0c0fa89e64943bd3a1e34 +Subproject commit 46724bf8927172d245d615913b0bf073b40a1610 diff --git a/manifest.yaml b/manifest.yaml index ee06b08..401ce5a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -6,9 +6,9 @@ id: # A human readable service title title: "Remote" # 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: 2.5.1 +version: 2.5.3 # Release notes for the update - can be a string, paragraph or URL -release-notes: "This release features the new CLN Plugins dashboard with accompanying interfaces for the CLBOSS and BOLT12-prism plugins. We've overhauled the app's branding and addressed various bug fixes, including BOLT12 validation issues. Additionally, Remote now supports payments to BIP353 usernames. Learn more here: https://github.com/clams-tech/Remote/releases" +release-notes: "https://github.com/clams-tech/Remote/releases/tag/remote-2.5.3" # 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: gpl # 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/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 084f788..d92c00f 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "2.5.1"); + compat.migrations.fromMapping({}, "2.5.3");