From 1d7aab0fa50b96356b85eac95f1197939a11b12c Mon Sep 17 00:00:00 2001 From: Mauro MSL Date: Tue, 4 Jun 2024 09:49:40 +0100 Subject: [PATCH] Bump version 1.6 --- plugin_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_settings.py b/plugin_settings.py index 6728a58..cfb4fba 100644 --- a/plugin_settings.py +++ b/plugin_settings.py @@ -6,10 +6,10 @@ DISPLAY_NAME = 'Typesetting' DESCRIPTION = 'An alternative for Production/Proofing' AUTHOR = 'Birkbeck Centre for Technology and Publishing' -VERSION = '1.5' +VERSION = '1.6' SHORT_NAME = 'typesetting' MANAGER_URL = 'typesetting_manager' -JANEWAY_VERSION = '1.5.3' +JANEWAY_VERSION = '1.6.0' # Workflow Settings IS_WORKFLOW_PLUGIN = True