From 3cf24470136b734b2090323a8a7434d371f65b3b Mon Sep 17 00:00:00 2001 From: Oleksandr Nykytenko Date: Sun, 16 Feb 2025 11:13:07 +0200 Subject: [PATCH] update version to 1.0.29 --- src/example_plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example_plugin.ts b/src/example_plugin.ts index 296fe32..efa12dd 100644 --- a/src/example_plugin.ts +++ b/src/example_plugin.ts @@ -3,7 +3,7 @@ import {FDO_SDK, FDOInterface, PluginMetadata} from '@anikitenko/fdo-sdk'; class MyPlugin extends FDO_SDK implements FDOInterface { private readonly _metadata: PluginMetadata = { name: "MyPlugin", - version: "1.0.28", + version: "1.0.29", author: "AleXvWaN", description: "A sample FDO plugin", icon: "COG",