diff --git a/lib/Checkout/CheckoutUtils.php b/lib/Checkout/CheckoutUtils.php index 391e669e..91e19cba 100644 --- a/lib/Checkout/CheckoutUtils.php +++ b/lib/Checkout/CheckoutUtils.php @@ -9,7 +9,7 @@ class CheckoutUtils { const PROJECT_NAME = "checkout-sdk-php"; - const PROJECT_VERSION = "3.0.2"; + const PROJECT_VERSION = "3.0.3"; /** * @param DateTime $date diff --git a/version.json b/version.json index 9947679b..ff4ffa02 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.0.2" + "version": "3.0.3" }