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 Dec 5, 2024
1 parent 6c48209 commit 6388bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Biblys/Isbn/groups-array.php
Original file line number Diff line number Diff line change
Expand Up @@ -1462,8 +1462,9 @@
['9800000', '9999999', 3],
]],
'978-9952' => ['Azerbaijan', [
['0000000', '1999999', 1],
['2000000', '3999999', 2],
['0000000', '0999999', 1],
['1000000', '1499999', 0],
['1500000', '3999999', 2],
['4000000', '7999999', 3],
['8000000', '9999999', 4],
]],
Expand Down

0 comments on commit 6388bb0

Please sign in to comment.