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 4479f9c commit 257a350Copy full SHA for 257a350
2 files changed
README.md
@@ -26,7 +26,7 @@ You should now have the file `composer.phar` in your project directory.
26
Run in your project root:
27
28
```sh
29
-php composer.phar require geoip2/geoip2:^3.3.0
+php composer.phar require geoip2/geoip2:^3.4.0
30
```
31
32
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.3.0';
+ public const VERSION = 'v3.4.0';
58
59
/**
60
* Constructor.
0 commit comments