diff --git a/data/misc.json b/data/misc.json index a654d06a..94e97c89 100644 --- a/data/misc.json +++ b/data/misc.json @@ -4152,13 +4152,13 @@ }, "files": { "home": "seals/home/move-physical.png", - "gen8": "seals/gen8/move-physical.png", - "gen4": "seals/gen4/move-physical.png" + "gen-8": "seals/gen8/move-physical.png", + "gen-4": "seals/gen4/move-physical.png" }, "resolution": { "home": "3x", - "gen8": "2x", - "gen4": "1x" + "gen-8": "2x", + "gen-4": "1x" } }, { @@ -4169,13 +4169,13 @@ }, "files": { "home": "seals/home/move-special.png", - "gen8": "seals/gen8/move-special.png", - "gen4": "seals/gen4/move-special.png" + "gen-8": "seals/gen8/move-special.png", + "gen-4": "seals/gen4/move-special.png" }, "resolution": { "home": "3x", - "gen8": "2x", - "gen4": "1x" + "gen-8": "2x", + "gen-4": "1x" } }, { @@ -4186,13 +4186,13 @@ }, "files": { "home": "seals/home/move-status.png", - "gen8": "seals/gen8/move-status.png", - "gen4": "seals/gen4/move-status.png" + "gen-8": "seals/gen8/move-status.png", + "gen-4": "seals/gen4/move-status.png" }, "resolution": { "home": "3x", - "gen8": "2x", - "gen4": "1x" + "gen-8": "2x", + "gen-4": "1x" } } ] diff --git a/package.json b/package.json index fb801862..5336ffed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokesprite-images", - "version": "2.2.3", + "version": "2.2.4", "description": "Database project of box and inventory sprites from the Pokémon core series games", "files": [ "contributors.md",