We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dea424 commit f8e4c8cCopy full SHA for f8e4c8c
2 files changed
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.3.6</Version>
+ <Version>1.3.7</Version>
4
<Company>Bars</Company>
5
<Product>MLVScan</Product>
6
</PropertyGroup>
MLVScan.WASM/npm/package.json
{
"name": "@mlvscan/wasm-core",
- "version": "1.3.6",
+ "version": "1.3.7",
"description": "WebAssembly core for MLVScan - scanning Unity mods in the browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments