| @@ -37,9 +37,9 @@ | ||
| 37 | 37 | use Templately\Core\Platform\Gutenberg; |
| 38 | 38 | use Templately\Core\Platform\Elementor; |
| 39 | 39 | |
| 40 | 40 | final class Plugin extends Base { |
| 41 | - public $version = '3.0.7'; | |
| 41 | + public $version = '3.1.7'; | |
| 42 | 42 | |
| 43 | 43 | public $admin; |
| 44 | 44 | /** |
| 45 | 45 | * Enqueue class responsible for assets |
| @@ -73,8 +73,9 @@ | ||
| 73 | 73 | /** |
| 74 | 74 | * Initialize. |
| 75 | 75 | */ |
| 76 | 76 | do_action( 'templately_init' ); |
| 77 | + | |
| 77 | 78 | } |
| 78 | 79 | |
| 79 | 80 | /** |
| 80 | 81 | * Cloning is forbidden. |