Skip to content

Commit

Permalink
Fix typo in subscription map (thanks @Oxenoth)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGoogle committed Dec 8, 2020
1 parent e7cc320 commit 4d43cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Humble Bundle plugin",
"platform": "humble",
"guid": "f0ca3d80-a432-4d35-a9e3-60f27161ac3a",
"version": "0.9.1",
"version": "0.9.2b",
"description": "GOG Galaxy 2.0 integration",
"author": "Mesco",
"email": "mieszkoziemowit@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _normalize_subscription_name(machine_name: str):
'july': '07',
'august': '08',
'september': '09',
'octover': '10',
'october': '10',
'november': '11',
'december': '12'
}
Expand Down

0 comments on commit 4d43cd5

Please sign in to comment.