diff --git a/manifest.yaml b/manifest.yaml index 270fad8..b46d99e 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,6 +1,6 @@ id: dojo title: 'Dojo' -version: 1.28.0.0 +version: 1.28.2.0 release-notes: Version v1.28.0 license: AGPLv3 wrapper-repo: 'https://github.com/ericpp/dojo-startos' diff --git a/samourai-dojo b/samourai-dojo index d656cf9..8b4a1e7 160000 --- a/samourai-dojo +++ b/samourai-dojo @@ -1 +1 @@ -Subproject commit d656cf9d7c79e924753b7f926389ac7df536f752 +Subproject commit 8b4a1e7e9317389da16054bd653fea8be3371225 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index f8d96d4..630cf3b 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -30,5 +30,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations.fromMapp ), }, }, - '1.28.0.0', -) \ No newline at end of file + '1.28.2.0', +)