diff --git a/installer.iss b/installer.iss index f8d58c9..2450d86 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.1.0" +#define MyAppVer "2.2.0" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index be8d96b..b25bfb3 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.1.0' +VERSION = '2.2.0' BRANCH = 'desktop'