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, active: active,
latestInstalled: installed, latestInstalled: installed,
updated: appDb.updater, updated: appDb.updater,
running: app.running || app.ctx.version, running: app.running,
updating: app.updating, updating: app.updating,
} }
} }

View file

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