Skip to content

Commit

Permalink
feat: update ISBN ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Nov 13, 2024
1 parent 98b8e55 commit 9136415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Biblys/Isbn/groups-array.php
Original file line number Diff line number Diff line change
Expand Up @@ -2182,8 +2182,8 @@
['7500000', '9999999', 3],
]],
'978-99982' => ['Benin', [
['0000000', '1999999', 1],
['2000000', '4999999', 0],
['0000000', '2999999', 1],
['3000000', '4999999', 0],
['5000000', '7199999', 2],
['7200000', '8849999', 0],
['8850000', '9999999', 3],
Expand Down

0 comments on commit 9136415

Please sign in to comment.