From 772b953b138031b475859575122dc65ae726df7f Mon Sep 17 00:00:00 2001 From: Oleksandr Nykytenko Date: Sun, 16 Feb 2025 11:43:12 +0200 Subject: [PATCH] update version to 1.0.31 --- 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 0c2428d..76b10c6 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.30", + version: "1.0.31", author: "AleXvWaN", description: "A sample FDO plugin", icon: "COG",