From f1e8e94c1803919244fa7c6393f7716d34fc2327 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Tue, 31 Dec 2013 12:52:25 +0100 Subject: [PATCH] Up the version number on the Nook UK store. --- src/calibre/gui2/store/stores/nook_uk_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/nook_uk_plugin.py b/src/calibre/gui2/store/stores/nook_uk_plugin.py index 493276f80d..2e2ed1c46b 100644 --- a/src/calibre/gui2/store/stores/nook_uk_plugin.py +++ b/src/calibre/gui2/store/stores/nook_uk_plugin.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import (unicode_literals, division, absolute_import, print_function) -store_version = 3 # Needed for dynamic plugin loading +store_version = 4 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2012, John Schember '