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

Commit d3efda7

Browse files
committed
One up
1 parent 66b849c commit d3efda7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "CouchPotato"
2-
#define MyAppVer "2.3.1"
2+
#define MyAppVer "2.4.0"
33

44
[Setup]
55
AppName={#MyAppName}
@@ -22,7 +22,7 @@ UsePreviousAppDir=no
2222
[Messages]
2323
WelcomeLabel1=Installing [name]!
2424
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.
25-
25+
2626
[CustomMessages]
2727
LaunchProgram=Launch {#MyAppName} right now.
2828

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = '2.3.1'
1+
VERSION = '2.4.0'
22
BRANCH = 'desktop'

0 commit comments

Comments
 (0)