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 Feb 5, 2025
1 parent a580e00 commit 11107d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Biblys/Isbn/groups-array.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
['0100000', '0299999', 2],
['0300000', '0349999', 3],
['0350000', '0399999', 4],
['0400000', '0499999', 3],
['0400000', '0489999', 3],
['0490000', '0499999', 4],
['0500000', '0599999', 2],
['0600000', '0669999', 0],
['0670000', '0699999', 7],
Expand Down Expand Up @@ -1082,7 +1083,8 @@
['9900000', '9999999', 5],
]],
'978-984' => ['Bangladesh', [
['0000000', '3999999', 2],
['0000000', '3899999', 2],
['3900000', '3999999', 4],
['4000000', '7999999', 3],
['8000000', '8999999', 4],
['9000000', '9999999', 5],
Expand Down

0 comments on commit 11107d1

Please sign in to comment.