From 9497ab19028356fee13e6d543dbddfc3eff39a51 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sat, 31 Jan 2015 12:52:21 +0100 Subject: [PATCH] Bump plugin version for mailnag 1.1 release --- unityplugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unityplugin.py b/unityplugin.py index 4a5f319..b620dbd 100644 --- a/unityplugin.py +++ b/unityplugin.py @@ -3,7 +3,7 @@ # # unityplugin.py # -# Copyright 2014 Patrick Ulbrich +# Copyright 2014, 2015 Patrick Ulbrich # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ from Mailnag.common.exceptions import InvalidOperationException from Mailnag.common.i18n import _ -PLUGIN_VERSION = "1.0" +PLUGIN_VERSION = "1.1" MAX_VISIBLE_MAILS_LIMIT = 20.0