Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Release 2.0.0-beta2
Browse files Browse the repository at this point in the history
* Support for Sessions (Four)
* Support for Marketplace (Four)
  • Loading branch information
rsaestrela committed Feb 9, 2022
1 parent b95e562 commit 8052466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Packages and sources are available from [Packagist](https://packagist.org/packag

"require": {
"php": ">=7.4",
"checkout/checkout-sdk-php-beta": "2.0.0-beta1"
"checkout/checkout-sdk-php-beta": "version"
}
```

Expand Down
2 changes: 1 addition & 1 deletion lib/Checkout/CheckoutUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CheckoutUtils
{

public const PROJECT_NAME = "checkout-sdk-php";
public const PROJECT_VERSION = "2.0.0-beta1";
public const PROJECT_VERSION = "2.0.0-beta2";

public static function formatDate(DateTime $date): string
{
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.0-beta1"
"version": "2.0.0-beta2"
}

0 comments on commit 8052466

Please sign in to comment.