Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbik committed Aug 27, 2022
1 parent 17406af commit a4c4cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"data": 2,
"compiler": 3
"compiler": 4
}
2 changes: 1 addition & 1 deletion src/checkForUpdates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function checkForUpdates() {
console.log(
chalk.bgYellow.black(' Внимание '),
`Компилятор отстаёт от нужного на ${chalk.red(
version.data - localVersion.compiler
version.compiler - localVersion.compiler
)} версии. Обновитесь переустановив компилятор`
);
}
Expand Down

0 comments on commit a4c4cb7

Please sign in to comment.