diff --git a/app/package.json b/app/package.json index 0c5e8b40e..b210b05fe 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "nmm2", - "version": "0.5.0", + "version": "0.5.1", "productName": "Nexus Mod Manager 2 Retribution", "description": "Nexus Mod Manager 2 Retribution", "author": "Black Tree Gaming Ltd.", diff --git a/extensions/gamebryo-plugin-management/src/index.ts b/extensions/gamebryo-plugin-management/src/index.ts index 69c8c4be5..e1a1f2b16 100644 --- a/extensions/gamebryo-plugin-management/src/index.ts +++ b/extensions/gamebryo-plugin-management/src/index.ts @@ -255,7 +255,7 @@ function testMissingMasters(state: any): Promise { enabledPlugins.filter((name: string) => pluginList[name] !== undefined) .map((plugin) => ({ name: plugin, - detail: new ESPFile(pluginList[plugin].filePath) + detail: new ESPFile(pluginList[plugin].filePath), })); const masters = new Set([].concat(pluginDetails .filter((plugin) => plugin.detail.isMaster)