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 Jan 18, 2025
1 parent 88decab commit a580e00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Biblys/Isbn/groups-array.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,12 @@
['0000000', '2999999', 0],
['3000000', '3199999', 2],
['3200000', '4999999', 0],
['5000000', '5249999', 3],
['5250000', '7499999', 0],
['7500000', '7999999', 4],
['5000000', '5299999', 3],
['5300000', '7399999', 0],
['7400000', '7999999', 4],
['8000000', '9449999', 0],
['9450000', '9464999', 5],
['9465000', '9999999', 0],
['9450000', '9514999', 5],
['9515000', '9999999', 0],
]],
'978-628' => ['Colombia', [
['0000000', '0999999', 2],
Expand Down

0 comments on commit a580e00

Please sign in to comment.