diff --git a/icon_windows.png b/icon_windows.png index 040f039f..d45baabd 100644 Binary files a/icon_windows.png and b/icon_windows.png differ diff --git a/installer.iss b/installer.iss index 2f71f261..81a1f586 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.5.2" +#define MyAppVer "2.6.0" #define MyAppBit "win32" //#define MyAppBit "win-amd64" diff --git a/version.py b/version.py index 3bdb3135..51b5a167 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.5.2' +VERSION = '2.6.0' BRANCH = 'desktop'