enhance(client): update AiScript to 0.13.0

This commit is contained in:
syuilo
2023-03-15 18:26:59 +09:00
parent f9cdcc9bc6
commit 6da6c4dd45
5 changed files with 16 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ async function install() {
text: 'No language version annotation found :(',
});
return;
} else if (!lv.startsWith('0.12.')) {
} else if (!(lv.startsWith('0.12.') || lv.startsWith('0.13.'))) {
os.alert({
type: 'error',
text: `aiscript version '${lv}' is not supported :(`,