Skip to content

Commit 9924106

Browse files
authored
chore: package for 5.6 (#118)
1 parent 87d79e3 commit 9924106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { compress } from "https://raw.githubusercontent.com/BugSplat-Git/deno-zip/d6591c94506fde867edb06578549ded598f345dc/mod.ts";
22

3-
const supportedVersions = ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5'];
3+
const supportedVersions = ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6'];
44

55
const pluginJson = JSON.parse(await Deno.readTextFile('./BugSplat.uplugin'));
66

0 commit comments

Comments
 (0)