diff --git a/grumphp.yml b/grumphp.yml index 5bc837de..6c7af111 100644 --- a/grumphp.yml +++ b/grumphp.yml @@ -37,7 +37,7 @@ parameters: # For Building Splash Module mod-src: '/modules/splashsync' mod-target: 'splashsync/' - mod-file: "splashsync.2.8.10" + mod-file: "splashsync.2.8.11" # For Building Splash Manifest yml-enable: false diff --git a/modules/splashsync/splashsync.php b/modules/splashsync/splashsync.php index 64de62eb..d4b81fae 100644 --- a/modules/splashsync/splashsync.php +++ b/modules/splashsync/splashsync.php @@ -74,7 +74,7 @@ public function __construct() // Init Module Main Information Fields $this->name = 'splashsync'; $this->tab = 'administration'; - $this->version = '2.8.10'; + $this->version = '2.8.11'; $this->author = 'SplashSync'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.7', 'max' => '8.99.99');