Skip to content

Commit

Permalink
Update to Remote v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johngribbin committed Jan 6, 2025
1 parent 9fb7c3a commit 4e37301
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 4e37301

Please sign in to comment.