From 9a70f9d010ebc07f121e2a888f6aba68e41b23b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Mon, 29 Jul 2024 14:57:30 +0200 Subject: [PATCH] Upgrade to LiaScript 0.15.7 --- README.md | 4 ++-- src/index.ts | 4 ++-- views/main.hbs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e53c1ee..f4f4df8 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ updated separately, we use two different version, one for the devServer and one for LiaScript. ```text -DevServer: 1.1.17 -LiaScript: 0.15.4 +DevServer: 1.1.18 +LiaScript: 0.15.7 ``` ### `--input` diff --git a/src/index.ts b/src/index.ts index 681e2e9..bf9acf7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,8 +13,8 @@ function liascript() { } if (argv.v || argv.version) { - console.log('DevServer: 1.1.17') - console.log('LiaScript: 0.15.4') + console.log('DevServer: 1.1.18') + console.log('LiaScript: 0.15.7') process.exit() } diff --git a/views/main.hbs b/views/main.hbs index a97f7f1..e4cd3e3 100644 --- a/views/main.hbs +++ b/views/main.hbs @@ -7,7 +7,7 @@ | |___| | (_| |___) | (__| | | | |_) | |_ |_____|_|\__,_|____/ \___|_| |_| .__/ \__| |_| -[ DevServer: 1.1.17--0.15.4 ] +[ DevServer: 1.1.18--0.15.7 ]