Skip to content

Commit

Permalink
Merge pull request #11 from clams-tech/enh/remote-v2.5.4-update
Browse files Browse the repository at this point in the history
Chore: Update Remote to v2.5.4
  • Loading branch information
johngribbin authored Jan 6, 2025
2 parents 9fb7c3a + 4e37301 commit a46c5dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clams-remote
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.3
version: 2.5.4
# Release notes for the update - can be a string, paragraph or URL
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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "2.5.3");
compat.migrations.fromMapping({}, "2.5.4");

0 comments on commit a46c5dd

Please sign in to comment.