Skip to content

Commit

Permalink
Increase version for AppCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Nov 14, 2020
1 parent 7e32c31 commit 0c7f958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/com.github.mirkobrombin.football.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<value key="x-appcenter-color-primary-text">#FFF</value>
</custom>
​ <releases>
​ <release version="1.2.4" date="2020-11-12">
​ <release version="1.2.5" date="2020-11-12">
​ <description>
​ <ul>
<li>Fix for API limits</li>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.mirkobrombin.football (1.2.4) precise; urgency=low
com.github.mirkobrombin.football (1.2.5) precise; urgency=low

* Fix setup

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(inst_path,['football/__init__.py'])]

setup( name='Football',
version='1.2.3',
version='1.2.5',
python_requires='>3.5.2',
author='Mirko Brombin',
description='Track Football scores',
Expand Down

0 comments on commit 0c7f958

Please sign in to comment.