Skip to content

Commit 8a68640

Browse files
committed
BUGFIX: force to use v 0.2.0 right now because 0.3.0 is buggy (crash on cancel)
1 parent b84c539 commit 8a68640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Composer/InstallerScripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function postUpdateAndInstall(Event $event)
3535
$platform = php_uname('s'); // stuff like Darwin etc
3636
$architecture = php_uname('m'); // x86_64
3737

38-
$version = '0.3.0';
38+
$version = '0.2.0';
3939

4040
$baseDirectory = 'prunner';
4141
$platformSpecificTargetDirectory = $baseDirectory . '/' . $platform . '_' . $architecture;

0 commit comments

Comments
 (0)