Skip to content

Commit

Permalink
version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-amirsamimi committed Oct 10, 2016
1 parent f4cbe9c commit 767fdc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Persepolis Download Manager
=============
+ version : 2.2.1 Unstable
+ version : 2.2.2 Unstable
+ Persepolis Download Manager is a GUI for aria2.
+ Persepolis written in PYQT5.

Expand Down
2 changes: 1 addition & 1 deletion files/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(self):

self.setWindowTitle( "About Persepolis")
self.title_label.setText( "Persepolis Download Manager")
self.version_label.setText( "Version 2.2.1 unstable")
self.version_label.setText( "Version 2.2.2 unstable")
self.name_label.setText( "\nAliReza AmirSamimi\nMohammadreza Abdollahzadeh\nSadegh Alirezaie\nMostafa Asadi")
self.site_label.setText("<a href=http://amirsamimi.ir>http://amirsamimi.ir</a>" )
self.site2_label.setText("<a href=https://persepolisdm.github.io>https://persepolisdm.github.io</a>" )
Expand Down
2 changes: 1 addition & 1 deletion files/persepolis-download-manager
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parser.add_argument('--execute',action='store',nargs=1, help="Execute persepolis
parser.add_argument('--default',action='store_true',help='restore default setting' )
parser.add_argument('--clear',action='store_true',help='Clear download list and user setting!' )
parser.add_argument('--tray',action='store_true',help="Persepolis is starting in tray icon. It's useful when you want to put persepolis in system's startup." )
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.2.1 Unstable')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.2.2 Unstable')
args = parser.parse_args()

#Mozilla firefox flashgot will send download information whith terminal arguments(link , referer , cookie , agent , headers , name )
Expand Down

0 comments on commit 767fdc7

Please sign in to comment.