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 3eb070d commit 8d4d020
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

## 0.5.0
- Compatability with latest Amazon Games App version introducing a new library database

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

__changelog__ = {
"0.5.1": '''
- Fixed library games not being updated/shown
''',
"0.5.0": '''
- Compatability with latest Amazon Games App version introducing a new library database
''',
Expand Down

0 comments on commit 8d4d020

Please sign in to comment.