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 e77b678 commit 3baf25fCopy full SHA for 3baf25f
package.ts
@@ -1,6 +1,6 @@
1
import { compress } from "https://deno.land/x/[email protected]/mod.ts";
2
3
-const supportedVersions = ['5.0', '5.1', '5.2'];
+const supportedVersions = ['5.0', '5.1', '5.2', '5.3'];
4
5
const pluginJson = JSON.parse(await Deno.readTextFile('./BugSplat.uplugin'));
6
0 commit comments