From c9e732651f4ccd40af53f29e8cfd04b073390eec Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 1 Dec 2012 12:16:58 +0100 Subject: [PATCH] One up --- installer.iss | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.iss b/installer.iss index 9cdb9a2..81bde5a 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.0.1.1" +#define MyAppVer "2.0.2" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index 930b506..74829e7 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.1' +VERSION = '2.0.2' BRANCH = 'desktop'