We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a46e6a + 9b4a87f commit 17a0242Copy full SHA for 17a0242
1 file changed
src/example_plugin.ts
@@ -3,7 +3,7 @@ import {FDO_SDK, FDOInterface, PluginMetadata} from '@anikitenko/fdo-sdk';
3
class MyPlugin extends FDO_SDK implements FDOInterface {
4
private readonly _metadata: PluginMetadata = {
5
name: "MyPlugin",
6
- version: "1.0.31",
+ version: "1.0.0",
7
author: "AleXvWaN",
8
description: "A sample FDO plugin",
9
icon: "COG",
0 commit comments