Skip to content

Commit 4938173

Browse files
authored
Merge pull request #9 from clams-tech/enh/remote-v2.5.3-update
Update Remote version to v2.5.3
2 parents 74e5c34 + 992fc3d commit 4938173

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clams-remote

Submodule clams-remote updated 69 files

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ id:
66
# A human readable service title
77
title: "Remote"
88
# 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.
9-
version: 2.5.1
9+
version: 2.5.3
1010
# Release notes for the update - can be a string, paragraph or URL
11-
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"
11+
release-notes: "https://github.com/clams-tech/Remote/releases/tag/remote-2.5.3"
1212
# 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.
1313
license: gpl
1414
# 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.

scripts/procedures/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { compat, types as T } from "../deps.ts";
22

33
export const migration: T.ExpectedExports.migration =
4-
compat.migrations.fromMapping({}, "2.5.1");
4+
compat.migrations.fromMapping({}, "2.5.3");

0 commit comments

Comments
 (0)