From 29cc4e3ebfd8da481b669a79733307fff5d54d35 Mon Sep 17 00:00:00 2001 From: msinn Date: Sat, 23 Dec 2017 18:26:18 +0100 Subject: [PATCH] backend: Adjusted version number --- backend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/__init__.py b/backend/__init__.py index 8896cd413..60b86f061 100755 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -50,7 +50,7 @@ class BackendServer(SmartPlugin): the update functions for the items """ - PLUGIN_VERSION='1.4.8' + PLUGIN_VERSION='1.4.9' def __init__(self, sh, updates_allowed='True', developer_mode="no", pypi_timeout=5):