Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rall3n committed May 22, 2022
1 parent 781956a commit 425cfad
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.4.3
- Extended logging to log db errors

## 0.4.2
- Fixed another non critical error when trying to import owned games

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.4.2",
"tag": "v0.4.3",
"assets": [
{
"browser_download_url": "https://github.com/Rall3n/galaxy-integration-amazon/releases/download/v0.4.2/windows.zip",
"browser_download_url": "https://github.com/Rall3n/galaxy-integration-amazon/releases/download/v0.4.3/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.4.2"
__version__ = "0.4.3"

__changelog__ = {
"0.4.3": '''
- Extended logging to log db errors
''',
"0.4.2": '''
- Fixed another non critical error when trying to import owned games
''',
Expand Down

0 comments on commit 425cfad

Please sign in to comment.