From 51e747049d5677d703b7c4a749252803e351e4cc Mon Sep 17 00:00:00 2001 From: Ruud <ruud@crashdummy.nl> Date: Mon, 7 Jan 2013 23:10:42 +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 604f6a11..946a9f9f 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 c73f870c..3ff7c5c9 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.4' +VERSION = '2.0.5' BRANCH = 'desktop' -- GitLab