diff --git a/installer.js b/installer.js index f8ab80b..c705849 100644 --- a/installer.js +++ b/installer.js @@ -82,7 +82,7 @@ const check = function(jamovi_home) { if (mas < 0 || maj < 8 || (maj === 8 && min < 1)) throw 'a newer version of jamovi is required, please update to the newest version'; - if (mas > 0 || maj > 8 || (maj === 8 && min > 2)) + if (mas > 0 || maj > 8 || (maj === 8 && min > 3)) throw 'a newer version of the jamovi-compiler (or jmvtools) is required'; if (match) {