Skip to content

Commit

Permalink
-- bumped version to 0.1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallace committed Sep 3, 2023
1 parent bd5d758 commit 7b4b853
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
class ConfigProvider
{

const VERSION = "0.1.3.1";
const VERSION = "0.1.3.2";

/**
* Returns the configuration array
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version GIT: 0.0.6
* @version GIT: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Model/Generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author PortoSpire, LLC
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Model/WebToContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Model/WebToLead.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2019 PORTOSPIRE
* @license LGPL 3
* @version GIT: $ID$
* @version GIT: 0.1.3.2
* @link https://portospire.com
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Model/WebToPerson.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Model/WebToTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
class Module
{

const VERSION = "0.1.3.1";
const VERSION = "0.1.3.2";
public function getConfig()
{
return include __DIR__ . '/../config/module.config.php';
Expand Down
2 changes: 1 addition & 1 deletion src/Service/SuiteCrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Service/SuiteCrmFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Andrew Wallace <andrew.wallace@portospire.com>
* @copyright 2022 PORTOSPIRE
* @license LGPL 3
* @version Release: 0.0.6
* @version Release: 0.1.3.2
* @link https://portospire.github.io/
*/

Expand Down

0 comments on commit 7b4b853

Please sign in to comment.