From 532b64cdf8fcc5dd5b106d06d7f1fcc9c03cd823 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Thu, 8 Aug 2024 18:39:37 -0700 Subject: [PATCH] Update version to 1.0.0 --- pkg/Cores/agg23.PC Engine/core.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg/Cores/agg23.PC Engine/core.json b/pkg/Cores/agg23.PC Engine/core.json index cf788bf..c6bce3b 100644 --- a/pkg/Cores/agg23.PC Engine/core.json +++ b/pkg/Cores/agg23.PC Engine/core.json @@ -2,13 +2,15 @@ "core": { "magic": "APF_VER_1", "metadata": { - "platform_ids": ["pce"], + "platform_ids": [ + "pce" + ], "shortname": "PC Engine", "description": "PC Engine (known as TurboGrafx-16 in the US) by NEC", "author": "agg23", "url": "https://github.com/agg23/openfpga-pcengine/", - "version": "0.3.0", - "date_release": "2022-11-08" + "version": "1.0.0", + "date_release": "2024-08-08" }, "framework": { "target_product": "Analogue Pocket", @@ -32,4 +34,4 @@ } ] } -} +} \ No newline at end of file