diff --git a/installer.iss b/installer.iss index 99a34af652..c7dfb1191d 100644 --- a/installer.iss +++ b/installer.iss @@ -1,11 +1,11 @@ #define MyAppName "CouchPotato" -#define MyAppVer "3.0.0" +#define MyAppVer "3.0.1" #define MyAppBit "win32" //#define MyAppBit "win-amd64" [Setup] AppName={#MyAppName} -AppVersion=2 +AppVersion=3 AppVerName={#MyAppName} DefaultDirName={userappdata}\{#MyAppName}\application DisableProgramGroupPage=yes diff --git a/version.py b/version.py index 3267bee3a4..6fc0b6c046 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '3.0.0' +VERSION = '3.0.1' BRANCH = 'desktop'