Compare commits

..

No commits in common. "master" and "v2.0.5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ export function getStatus(ctx) {
active: active,
latestInstalled: installed,
updated: appDb.updater,
running: app.running || app.ctx.version,
running: app.running,
updating: app.updating,
}
}

View file

@ -1,6 +1,6 @@
{
"name": "sc-manager",
"version": "2.0.6",
"version": "2.0.5",
"description": "",
"main": "index.js",
"scripts": {