Skip to content

Commit

Permalink
Added support for jamovi 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-love committed Feb 28, 2018
1 parent abaf19f commit 435545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 435545f

Please sign in to comment.