From b2b127537f3a7f7a2c1f28c98bf96aa75bc2c576 Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Tue, 4 Feb 2025 13:19:10 +0100 Subject: [PATCH] [REL] Release 1.7.1 --- src/plugin-info.json | 2 +- src/plugin-info.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin-info.json b/src/plugin-info.json index eda3184..6133894 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { "pluginVersion": "1.7.1", - "pluginReleasedAt": "2025-02-04T13:14:27+0100" + "pluginReleasedAt": "2025-02-04T13:19:09+0100" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 15b8fd7..1d6eb83 100644 --- a/src/plugin-info.ts +++ b/src/plugin-info.ts @@ -1,5 +1,5 @@ /* File will be overwritten by bin/release.sh! */ export const PLUGIN_INFO = { "pluginVersion": "1.7.1", - "pluginReleasedAt": "2025-02-04T13:14:27+0100" + "pluginReleasedAt": "2025-02-04T13:19:09+0100" }