Skip to content

Commit 49fcedd

Browse files
committed
Update for v3.3.0
1 parent f8e5f5d commit 49fcedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

2727
```sh
28-
php composer.phar require geoip2/geoip2:^3.2.0
28+
php composer.phar require geoip2/geoip2:^3.3.0
2929
```
3030

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

src/WebService/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Client implements ProviderInterface
5454
private readonly WsClient $client;
5555
private static string $basePath = '/geoip/v2.1';
5656

57-
public const VERSION = 'v3.2.0';
57+
public const VERSION = 'v3.3.0';
5858

5959
/**
6060
* Constructor.

0 commit comments

Comments
 (0)