From 9a8e86b9dbf06215e5f6b6c59e86fd4136d66702 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 31 Aug 2015 21:31:48 +0200 Subject: [PATCH] One up! --- installer.iss | 4 ++-- version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.iss b/installer.iss index 99a34af..c7dfb11 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 3267bee..6fc0b6c 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '3.0.0' +VERSION = '3.0.1' BRANCH = 'desktop'