Skip to content

Commit 60fbd4f

Browse files
committed
Tiny fix
1 parent 0adfa49 commit 60fbd4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
border: 1px solid lightgrey;
1919
}
2020

21-
.block_ejsapp_file_browser .btn-secondary:hover
21+
.block_ejsapp_file_browser .btn-secondary:hover,
2222
.block_ejsapp_file_browser .show_button:hover,
2323
.block_ejsapp_file_browser .hide_button:hover,
2424
.block_ejsapp_file_browser .recording_button:hover,

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
defined('MOODLE_INTERNAL') || die();
3333

34-
$plugin->version = 2019111702;
34+
$plugin->version = 2019111703;
3535
$plugin->requires = 2013111800;
3636
$plugin->cron = 0;
3737
$plugin->component = 'block_ejsapp_file_browser'; // To check on upgrade, that module sits in correct place.
3838
$plugin->maturity = MATURITY_STABLE;
39-
$plugin->release = '1.4 (Build: 2019111702)';
39+
$plugin->release = '1.4 (Build: 2019111703)';
4040
$plugin->dependencies = array('mod_ejsapp' => 2017021301);

0 commit comments

Comments
 (0)