Skip to content

Commit ea35c4f

Browse files
committed
Bumped version to 1.13.1
1 parent c951fff commit ea35c4f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

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

4242
```
43-
php composer.phar require maxmind-db/reader:^1.13.0
43+
php composer.phar require maxmind-db/reader:^1.13.1
4444
```
4545

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

ext/php_maxminddb.h

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

1616
#ifndef PHP_MAXMINDDB_H
1717
#define PHP_MAXMINDDB_H 1
18-
#define PHP_MAXMINDDB_VERSION "1.13.0"
18+
#define PHP_MAXMINDDB_VERSION "1.13.1"
1919
#define PHP_MAXMINDDB_EXTNAME "maxminddb"
2020

2121
extern zend_module_entry maxminddb_module_entry;

package.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2025-11-20</date>
17+
<date>2025-11-21</date>
1818
<version>
19-
<release>1.13.0</release>
20-
<api>1.13.0</api>
19+
<release>1.13.1</release>
20+
<api>1.13.1</api>
2121
</version>
2222
<stability>
2323
<release>stable</release>
2424
<api>stable</api>
2525
</stability>
2626
<license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/main/LICENSE">Apache License 2.0</license>
27-
<notes>* A redundant `filesize()` call in the reader's constructor was removed.
28-
Pull request by Pavel Djundik. GitHub #189.</notes>
27+
<notes>* First PIE release. No other changes.</notes>
2928
<contents>
3029
<dir name="/">
3130
<file role="doc" name="LICENSE"/>

0 commit comments

Comments
 (0)