Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Apr 3, 2017
1 parent bc45ec2 commit 38cec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Reaper(Ui_MainWindow):
def __init__(self, window, show=True):
super().__init__()

self.version = "v0.1.3"
self.version = "v0.1.4"

self.auth_keys = {}
self.download_details = {}
Expand Down

0 comments on commit 38cec4f

Please sign in to comment.