We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e5f5d commit 49fceddCopy full SHA for 49fcedd
README.md
@@ -25,7 +25,7 @@ You should now have the file `composer.phar` in your project directory.
25
Run in your project root:
26
27
```sh
28
-php composer.phar require geoip2/geoip2:^3.2.0
+php composer.phar require geoip2/geoip2:^3.3.0
29
```
30
31
You should now have the files `composer.json` and `composer.lock` as well as
src/WebService/Client.php
@@ -54,7 +54,7 @@ class Client implements ProviderInterface
54
private readonly WsClient $client;
55
private static string $basePath = '/geoip/v2.1';
56
57
- public const VERSION = 'v3.2.0';
+ public const VERSION = 'v3.3.0';
58
59
/**
60
* Constructor.
0 commit comments