Woops, missed the updated version number on the WHMCS addon modules.

This commit is contained in:
Christopher York 2014-02-23 21:25:37 -06:00
parent a9263bc903
commit 9a3fc09abc
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ function websitepanel_addons_config()
{
return array('name' => 'WebsitePanel Addons Automation',
'description' => 'Automates WHMCS product addons with WebsitePanel Addons',
'version' => '3.0.1',
'version' => '3.0.2',
'author' => 'Christopher York');
}

View file

@ -48,7 +48,7 @@ function websitepanel_sync_config()
{
return array('name' => 'WebsitePanel Sync Automation',
'description' => 'Syncs WHMCS client details / contact changes with WebsitePanel accounts',
'version' => '3.0.1',
'version' => '3.0.2',
'author' => 'Christopher York');
}