Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
dankovalenko-paysera committed Jul 1, 2024
1 parent 8965746 commit ffe4be1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebToPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class WebToPay
/**
* WebToPay Library version.
*/
public const VERSION = '3.0.2';
public const VERSION = '3.1.0';

/**
* Server URL where all requests should go.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webtopay/libwebtopay",
"description": "PHP Library for Paysera payment gateway integration",
"version": "3.0.2",
"version": "3.1.0",
"license": "LGPL-3.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/WebToPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class WebToPay
/**
* WebToPay Library version.
*/
public const VERSION = '3.0.2';
public const VERSION = '3.1.0';

/**
* Server URL where all requests should go.
Expand Down

0 comments on commit ffe4be1

Please sign in to comment.