Skip to content

Commit 3baf25f

Browse files
committed
chore: unreal 5.3 support
1 parent e77b678 commit 3baf25f

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://deno.land/x/[email protected]/mod.ts";
22

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

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

0 commit comments

Comments
 (0)