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 17, 2025
1 parent f0e99a8 commit 88decab
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 @@ -2202,8 +2202,9 @@
]],
'978-99985' => ['Tajikistan', [
['0000000', '1999999', 1],
['2000000', '2499999', 0],
['2500000', '7999999', 2],
['2000000', '2199999', 3],
['2200000', '2299999', 0],
['2300000', '7999999', 2],
['8000000', '9999999', 3],
]],
'978-99986' => ['Myanmar', [
Expand Down

0 comments on commit 88decab

Please sign in to comment.