Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurwiktor committed Oct 11, 2020
1 parent 86478d7 commit c00464e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=Albion Online Stats
version=0.11.10
version=0.11.11
entry_point=src:run
icon=assets/albion-stats-icon.ico

Expand All @@ -21,7 +21,7 @@ pypi_wheels =
shiboken2==5.14.2
toml==0.10.1
pillow==7.2.0
pyaoaddons==0.2.4
pyaoaddons==0.2.5

# To bundle packages which don't publish wheels, or to include directly wheel files
# from a directory, see the docs on the config file.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pyinstaller~=3.6
toml~=0.10
requests~=2.23
Pillow~=7.2
pyaoaddons==0.2.4
pyaoaddons==0.2.5
2 changes: 1 addition & 1 deletion src/utils/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import requests

_version = "0.11.10"
_version = "0.11.11"

latest_url = "https://github.com/mazurwiktor/albion-online-stats/releases/latest"

Expand Down

0 comments on commit c00464e

Please sign in to comment.