Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Sep 24, 2021
1 parent 717c818 commit 0ec3b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

// This is the version of the plugin.

$plugin->version = 2021050400;
$plugin->version = 2021092400;

// This is the named version.
$plugin->release = 'R13-V1.13.0';
$plugin->release = 'R14-V1.0';

// This is a stable release.
$plugin->maturity = MATURITY_BETA;
Expand All @@ -43,5 +43,5 @@

// This is a list of plugins, this plugin depends on (and their versions).
$plugin->dependencies = [
'theme_recit' => 2021050400
'theme_recit' => 2021092400
];

0 comments on commit 0ec3b6e

Please sign in to comment.