Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
One up
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Mar 16, 2014
1 parent 66b849c commit d3efda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.3.1"
#define MyAppVer "2.4.0"

[Setup]
AppName={#MyAppName}
Expand All @@ -22,7 +22,7 @@ UsePreviousAppDir=no
[Messages]
WelcomeLabel1=Installing [name]!
WelcomeLabel2=This wizard will install [name] to your AppData folder. It does this so it can use the build in updater without needing admin rights.

[CustomMessages]
LaunchProgram=Launch {#MyAppName} right now.

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '2.3.1'
VERSION = '2.4.0'
BRANCH = 'desktop'

0 comments on commit d3efda7

Please sign in to comment.