diff --git a/HISTORY.md b/HISTORY.md index c9ce253..1cdb0b1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [4.0.3](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.2...v4.0.3) (2019-09-13) + + +### Bug Fixes + +* **dep-bump:** Migrate CI to semantic-release-whmcs ([193daca](https://github.com/hexonet/whmcs-ispapi-pricingimporter/commit/193daca)) + ## [4.0.2](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.1...v4.0.2) (2019-08-16) diff --git a/ispapidpi.php b/ispapidpi.php index 65041de..0a920a2 100644 --- a/ispapidpi.php +++ b/ispapidpi.php @@ -4,7 +4,7 @@ use ISPAPI\LoadRegistrars; session_start(); -$module_version = "4.0.2"; +$module_version = "4.0.3"; function ispapidpi_config() { diff --git a/package.json b/package.json index 054ab0c..3a84389 100644 --- a/package.json +++ b/package.json @@ -109,4 +109,4 @@ "semantic-release-whmcs" ] } -} \ No newline at end of file +} diff --git a/release.json b/release.json index 879e238..b881541 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "4.0.2", - "date": "2019-08-16" + "version": "4.0.3", + "date": "2019-09-13" } \ No newline at end of file diff --git a/whmcs-ispapi-pricingimporter-latest.zip b/whmcs-ispapi-pricingimporter-latest.zip index 45c748c..6a0f671 100644 Binary files a/whmcs-ispapi-pricingimporter-latest.zip and b/whmcs-ispapi-pricingimporter-latest.zip differ