We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd0031 commit 5f28a05Copy full SHA for 5f28a05
manifest.yaml
@@ -1,7 +1,7 @@
1
id: dojo
2
title: "Dojo"
3
-version: 1.26.1
4
-release-notes: Version v1.26.1
+version: 1.26.1.1
+release-notes: Version v1.26.1~1
5
license: AGPLv3
6
wrapper-repo: "https://github.com/ericpp/dojo-startos"
7
upstream-repo: "https://github.com/Dojo-Open-Source-Project/samourai-dojo"
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({}, "1.26.1" );
+ .fromMapping({}, "1.26.1.1" );
0 commit comments