Skip to content

Commit

Permalink
Fix: Adv Pack Init
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Aug 9, 2023
1 parent 3584cfa commit 1cdf7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/splashsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 1cdf7b5

Please sign in to comment.