Skip to content

Commit 5f28a05

Browse files
committed
Bump version to 1.26.1.1
1 parent dcd0031 commit 5f28a05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: dojo
22
title: "Dojo"
3-
version: 1.26.1
4-
release-notes: Version v1.26.1
3+
version: 1.26.1.1
4+
release-notes: Version v1.26.1~1
55
license: AGPLv3
66
wrapper-repo: "https://github.com/ericpp/dojo-startos"
77
upstream-repo: "https://github.com/Dojo-Open-Source-Project/samourai-dojo"

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

0 commit comments

Comments
 (0)