From 93909f149ef36ccdef1ac9e72849a101e3133b5d Mon Sep 17 00:00:00 2001
From: shchmue <shchmue@gmail.com>
Date: Wed, 12 May 2021 10:33:56 -0600
Subject: [PATCH] pkg1: Recognize 12.0.2

---
 source/hos/pkg1.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c
index 56be761..9cf549c 100644
--- a/source/hos/pkg1.c
+++ b/source/hos/pkg1.c
@@ -34,12 +34,13 @@ static const pkg1_id_t _pkg1_ids[] = {
 	{ "20181218175730", 7 }, //7.0.0
 	{ "20190208150037", 7 }, //7.0.1
 	{ "20190314172056", 7 }, //8.0.0 - 8.0.1
-	{ "20190531152432", 8 }, //8.1.0
+	{ "20190531152432", 8 }, //8.1.0 - 8.1.1
 	{ "20190809135709", 9 }, //9.0.0 - 9.0.1
-	{ "20191021113848", 10}, //9.1.0
+	{ "20191021113848", 10}, //9.1.0 - 9.2.0
 	{ "20200303104606", 10}, //10.0.0 - 10.2.0
-	{ "20201030110855", 10}, //11.0.0
-	{ "20210129111626", 10}, //12.0.0
+	{ "20201030110855", 10}, //11.0.0 - 11.0.1
+	{ "20210129111626", 10}, //12.0.0 - 12.0.1
+	{ "20210422145837", 10}, //12.0.2
 	{ NULL } //End.
 };