Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
micpp42 committed May 4, 2020
1 parent b23c78b commit 87a7d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87a7d41

Please sign in to comment.