From 2cae09789ea9781594d153e0e9cfb3f45ec87e7d Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Sun, 19 Mar 2023 12:58:59 -0700 Subject: [PATCH] fix(plugin-title): Add space between name and version --- plugins/plugin-title/src/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin-title/src/index.mjs b/plugins/plugin-title/src/index.mjs index 9f8d1d840eb..c29fb62107c 100644 --- a/plugins/plugin-title/src/index.mjs +++ b/plugins/plugin-title/src/index.mjs @@ -112,7 +112,7 @@ export const plugin = { let name = store.data?.name || 'No Name' name = name.replace('@freesewing/', '') - name += 'v' + (store.data?.version || 'No Version') + name += ' v' + (store.data?.version || 'No Version') points[`_${prefix}_titlePattern`] = nextPoint(name, 'fill-note') if (store.data.for) {