diff --git a/installer.iss b/installer.iss index 604f6a11e06ff0bfc9c1a2b4da85f110f3debe59..946a9f9f3957cb4901d1cc4c88cba73fc5851015 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.0.4" +#define MyAppVer "2.0.5" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index c73f870cd02cbd8ad4be788364deafcf7c541c0f..3ff7c5c9dbe8c95aa93dd78bc9dc916c8fffdb53 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.4' +VERSION = '2.0.5' BRANCH = 'desktop'