From 3b7376fd187bac66b98d146b4d6c1b4975b5b4cb Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 6 Jul 2013 01:01:26 +0200 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 349b15e6..f8d58c9d 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.0.8.1" +#define MyAppVer "2.1.0" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index aed01e52..be8d96ba 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.8.1' +VERSION = '2.1.0' BRANCH = 'desktop'