diff --git a/installer.iss b/installer.iss index 19b4d998..604f6a11 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.0.3" +#define MyAppVer "2.0.4" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index 9d1ded2a..c73f870c 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.3' +VERSION = '2.0.4' BRANCH = 'desktop'