Skip to content

Commit

Permalink
1.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeysonFlores committed Aug 22, 2021
1 parent 0d0fa46 commit c8522ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/com.github.jeysonflores.hasher.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<li>Hash files</li>
<li>Compare files</li>
<li>Verify if a file and a hash match</li>
<li>eOS 6 Odin Dark Mode Support</li>
<li>Dark Mode Support</li>
</ul>
</description>
<provides>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self):

setup(
name='Hasher',
version='1.0',
version='1.0.1',
author='Jeyson Flores',
description='Hash your files',
url='https://github.com/JeysonFlores/hasher',
Expand Down
4 changes: 1 addition & 3 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
_ = str

class App:
'''Here we are defining our Application infos, so we can easily
use in all our application files'''
application_shortname = "hasher"
application_id = "com.github.jeysonflores.hasher"
application_name = "Hasher"
application_description = _('Hash your files')
application_version ="1.0"
application_version ="1.0.1"
app_years = "2021"
main_url = "https://github.com/JeysonFlores/hasher"
bug_url = "https://github.com/JeysonFlores/hasher/issues"
Expand Down

0 comments on commit c8522ac

Please sign in to comment.