From 96472a9a8f1bf6c3ae40851ddee40e755326cd3c Mon Sep 17 00:00:00 2001
From: Ruud <ruud@crashdummy.nl>
Date: Sun, 16 Dec 2012 23:51: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 81bde5a7..19b4d998 100644
--- a/installer.iss
+++ b/installer.iss
@@ -1,5 +1,5 @@
 #define MyAppName "CouchPotato"
-#define MyAppVer "2.0.2"
+#define MyAppVer "2.0.3"
 
 [Setup]
 AppName={#MyAppName}
diff --git a/version.py b/version.py
index 74829e7c..9d1ded2a 100644
--- a/version.py
+++ b/version.py
@@ -1,2 +1,2 @@
-VERSION = '2.0.2'
+VERSION = '2.0.3'
 BRANCH = 'desktop'
-- 
GitLab