Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscholz authored Jan 19, 2022
1 parent cefc49e commit 7a54dea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
* Version details
*
* @package block_dash
* @copyright 2019 bdecent gmbh <https://bdecent.de>
* @copyright 2022 bdecent gmbh <https://bdecent.de>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

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

$plugin->version = 2022010304; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2022011900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2017051509; // Requires this Moodle version.
$plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_BETA;
$plugin->release = '1.1';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.2';

0 comments on commit 7a54dea

Please sign in to comment.