Skip to content

Commit 97ddce2

Browse files
committed
Update for v3.3.0
1 parent 0ed1e41 commit 97ddce2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You should now have the file `composer.phar` in your project directory.
2424
Run in your project root:
2525

2626
```
27-
php composer.phar require maxmind/minfraud:^3.2.0
27+
php composer.phar require maxmind/minfraud:^3.3.0
2828
```
2929

3030
You should now have the files `composer.json` and `composer.lock` as well as

src/MinFraud/ServiceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
abstract class ServiceClient
1111
{
12-
public const VERSION = 'v3.2.0';
12+
public const VERSION = 'v3.3.0';
1313

1414
/**
1515
* @var Client

0 commit comments

Comments
 (0)