Skip to content

Commit f2146fc

Browse files
authored
Update vuefront.php
1 parent d0e36d9 commit f2146fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuefront.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct()
2424
{
2525
$this->name = 'vuefront'; // internal identifier, unique and lowercase
2626
$this->tab = 'front_office_features'; // backend module coresponding category
27-
$this->version = '0.2.0'; // version number for the module
27+
$this->version = '2.0.0'; // version number for the module
2828
$this->author = 'VueFront'; // module author
2929
$this->need_instance = 0; // load the module when displaying the "Modules" page in backend
3030
$this->bootstrap = true;

0 commit comments

Comments
 (0)