Skip to content

Commit 17a0242

Browse files
authored
Merge pull request #72 from anikitenko/test-7
first release
2 parents 0a46e6a + 9b4a87f commit 17a0242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/example_plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {FDO_SDK, FDOInterface, PluginMetadata} from '@anikitenko/fdo-sdk';
33
class MyPlugin extends FDO_SDK implements FDOInterface {
44
private readonly _metadata: PluginMetadata = {
55
name: "MyPlugin",
6-
version: "1.0.31",
6+
version: "1.0.0",
77
author: "AleXvWaN",
88
description: "A sample FDO plugin",
99
icon: "COG",

0 commit comments

Comments
 (0)