Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TanninOne committed Feb 24, 2017
1 parent fdc00a4 commit 3850b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion extensions/gamebryo-plugin-management/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function testMissingMasters(state: any): Promise<types.ITestResult> {
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<string>([].concat(pluginDetails
.filter((plugin) => plugin.detail.isMaster)
Expand Down

0 comments on commit 3850b8a

Please sign in to comment.