Renamed the application. Updated links and version

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2021-02-08 14:06:42 +01:00
committed by Akos Kitta
parent cfe9e8ec95
commit b8647f16ad
21 changed files with 74 additions and 76 deletions

View File

@@ -19,7 +19,7 @@ if (!semver.valid(targetVersion)) {
}
if (!semver.gt(targetVersion, currentVersion)) {
console.error(`Target version '${targetVersion}' must be greater than the current version '${currentVersion}.'`);
console.error(`Target version '${targetVersion}' must be greater than the current version '${currentVersion}'.`);
process.exit(1);
}