Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rall3n committed Jun 27, 2022
1 parent 1fc49bf commit 28b5bdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.2
- Fixed library not being properly updated as result of missing game title
- Fixed game uninstall not working

## 0.5.1
- Fixed library games not being updated/shown

Expand Down
2 changes: 1 addition & 1 deletion current_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tag": "v0.5.1",
"assets": [
{
"browser_download_url": "https://github.com/Rall3n/galaxy-integration-amazon/releases/download/v0.5.1/windows.zip",
"browser_download_url": "https://github.com/Rall3n/galaxy-integration-amazon/releases/download/v0.5.2/windows.zip",
"name": "windows.zip"
}
]
Expand Down
6 changes: 5 additions & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

__changelog__ = {
"0.5.2": '''
- Fixed library not being properly updated as result of missing game title
- Fixed game uninstall not working
''',
"0.5.1": '''
- Fixed library games not being updated/shown
''',
Expand Down

0 comments on commit 28b5bdc

Please sign in to comment.