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 b863023 commit 5b548aeCopy full SHA for 5b548ae
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "open-extracts",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"main": "src/OpenExtracts.js",
5
"license": "MIT",
6
"author": "Refringe",
src/adjusters/ExtractAdjuster.ts
@@ -366,7 +366,7 @@ export class ExtractAdjuster {
366
"south v-ex",
367
"e7_car",
368
"sandbox_vexit",
369
- "shorl_v-ex"
+ "shorl_v-ex",
370
];
371
return (
372
extract.Name.trim().toLowerCase().includes("v-ex") ||
0 commit comments