We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6693a13 commit 007eb97Copy full SHA for 007eb97
vuefront.php
@@ -24,7 +24,7 @@ public function __construct()
24
{
25
$this->name = 'vuefront'; // internal identifier, unique and lowercase
26
$this->tab = 'front_office_features'; // backend module coresponding category
27
- $this->version = '0.1.0'; // version number for the module
+ $this->version = '0.2.0'; // version number for the module
28
$this->author = 'VueFront'; // module author
29
$this->need_instance = 0; // load the module when displaying the "Modules" page in backend
30
$this->bootstrap = true;
0 commit comments