diff --git a/grumphp.yml b/grumphp.yml index 8d018421..f071da4a 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.1" + mod-file: "splashsync.2.8.2" # For Building Splash Manifest yml-enable: false diff --git a/modules/splashsync/splashsync.php b/modules/splashsync/splashsync.php index 3fffbff3..de2688e0 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.1'; + $this->version = '2.8.2'; $this->author = 'SplashSync'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.7', 'max' => '8.99.99');