Skip to content

Commit d4331e8

Browse files
committed
TASK: update prunner version to 0.1.0 and the included prunner-ui
1 parent 25035c4 commit d4331e8

3 files changed

Lines changed: 4 additions & 4 deletions

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.0.1';
38+
$version = '0.1.0';
3939

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

Resources/Public/prunner-ui/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/prunner-ui/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)