We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e36d9 commit f2146fcCopy full SHA for f2146fc
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.2.0'; // version number for the module
+ $this->version = '2.0.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