Skip to content

Commit a78e8c0

Browse files
committed
Resolve issue with Highscore sync reported by Justin De Lucia
1 parent 76c9aa2 commit a78e8c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dkwolf/plugins/galakong/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- GalaKong: A Galaga Themed Shoot 'Em Up Plugin for Donkey Kong (and Donkey Kong Junior)
22
-- by Jon Wilson (10yard)
33
--
4-
-- Tested with latest MAME version 0.245
4+
-- Tested with latest MAME version 0.254
55
-- Fully compatible with all MAME versions from 0.227
66
--
77
-- Jumpman is assisted by an accompanying ship which can take out barrels, fireballs, firefoxes, pies and springs.
@@ -28,7 +28,7 @@
2828
-----------------------------------------------------------------------------------------
2929
local exports = {}
3030
exports.name = "galakong"
31-
exports.version = "1.3"
31+
exports.version = "1.4"
3232
exports.description = "GalaKong: A Galaga Themed Shoot 'Em Up Plugin for Donkey Kong (and Donkey Kong Junior)"
3333
exports.license = "GNU GPLv3"
3434
exports.author = { name = "Jon Wilson (10yard)" }

dkwolf/plugins/galakong/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"plugin": {
33
"name": "galakong",
44
"description": "GalaKong: A Galaga Themed Shoot 'Em Up Plugin for Donkey Kong",
5-
"version": "1.3",
5+
"version": "1.4",
66
"author": "Jon Wilson (10yard)",
77
"type": "plugin",
88
"start": "false"

0 commit comments

Comments
 (0)