From a8a09c0838c322ee6658e062e33c165d2bbd9d08 Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Thu, 6 Aug 2020 19:53:09 +0200 Subject: [PATCH] Small error - alcremie-gmax is not an unofficial icon --- data/pokemon.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/pokemon.json b/data/pokemon.json index 0cd4a18f..e5aff73d 100644 --- a/data/pokemon.json +++ b/data/pokemon.json @@ -27867,7 +27867,7 @@ }, "gmax": { "is_prev_gen_icon": false, - "is_unofficial_icon": true + "is_unofficial_icon": false }, "lemon-cream-berry": { "is_prev_gen_icon": false, diff --git a/package.json b/package.json index c5814154..7c96f9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokesprite-images", - "version": "2.2.0", + "version": "2.2.1", "description": "Database project of box and inventory sprites from the Pokémon core series games", "files": [ "contributors.md",