diff --git a/manifest.json b/manifest.json index ab0e926..63f888b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "ScummVM plugin", "platform": "amiga", "guid": "ceb4409d-84be-4e93-84f3-a5a300f0a95c", - "version": "0.1", + "version": "0.2", "description": "Plugin for ScummVM games", "author": "Mickey Possingham", "email": "mickey@possingham.net", diff --git a/plugin.py b/plugin.py index fbdc3ce..ff31d97 100644 --- a/plugin.py +++ b/plugin.py @@ -15,7 +15,7 @@ class PluginScummVM(Plugin): def __init__(self, reader, writer, token): super().__init__( Platform.Amiga, # choose platform from available list - "0.1", # version + "0.2", # version reader, writer, token