Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Apr 18, 2018
1 parent d1c6ade commit 12d69f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Reaper(Ui_MainWindow):
def __init__(self, window, app, show=True):
super().__init__()

self.version = "v2.5.1"
self.version = "v2.5.2"
self.source_file = 'sources.xml'
self.encoding = 'utf-8'
self.cache_enabled = True
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Reaper"
#define MyAppVersion "2.0"
#define MyAppVersion "2.5.2"
#define MyAppPublisher "The University of Queensland"
#define MyAppURL "http://reaper.social"
#define MyAppExeName "reaper.exe"
Expand Down

0 comments on commit 12d69f2

Please sign in to comment.