From 3f8e20e23245beda594a6386c19f1e8738ff7f9d Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Wed, 9 Oct 2024 13:17:59 +0200 Subject: [PATCH] [REL] Release 1.6.5 --- 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 5104966..8b812b4 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { "pluginVersion": "1.6.5", - "pluginReleasedAt": "2024-10-09T13:11:11+0200" + "pluginReleasedAt": "2024-10-09T13:17:57+0200" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 68c375d..b0bc7b3 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.6.5", - "pluginReleasedAt": "2024-10-09T13:11:11+0200" + "pluginReleasedAt": "2024-10-09T13:17:57+0200" }