diff --git a/hash/nes.xml b/hash/nes.xml index 7720e769665..6c2218046c2 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -62891,6 +62891,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx 1999 EduBank + @@ -62907,6 +62908,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx 1999 EduBank + diff --git a/plugins/hiscore/init.lua b/plugins/hiscore/init.lua index 4ec94c9a590..b4677c957dd 100644 --- a/plugins/hiscore/init.lua +++ b/plugins/hiscore/init.lua @@ -7,7 +7,7 @@ -- local exports = { name = 'hiscore', - version = '1.0.0', + version = '1.0.1', description = 'Hiscore', license = 'CC0', author = { name = 'borgar@borgar.net' } } diff --git a/plugins/hiscore/plugin.json b/plugins/hiscore/plugin.json index 62e02e431d6..a77184d3016 100644 --- a/plugins/hiscore/plugin.json +++ b/plugins/hiscore/plugin.json @@ -2,7 +2,7 @@ "plugin": { "name": "hiscore", "description": "Hiscore support", - "version": "1.0.0", + "version": "1.0.1", "author": "borgar@borgar.net", "type": "plugin", "start": "false"