Skip to content

Commit a46c5dd

Browse files
authored
Merge pull request #11 from clams-tech/enh/remote-v2.5.4-update
Chore: Update Remote to v2.5.4
2 parents 9fb7c3a + 4e37301 commit a46c5dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.3
9+
version: 2.5.4
1010
# Release notes for the update - can be a string, paragraph or URL
1111
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.

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.3");
4+
compat.migrations.fromMapping({}, "2.5.4");

0 commit comments

Comments
 (0)