Skip to content

Commit 3a7fe83

Browse files
committed
Change the plugin version
#6
1 parent 2b9c8c2 commit 3a7fe83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JsonPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internal JsonPlugin(IGuidProvider guidProvider, IReflectionGuard reflectionGuard
2727
Name = "Json",
2828
CompanyName = "FlowSynx",
2929
Description = Resources.PluginDescription,
30-
Version = new Version(1, 0, 0),
30+
Version = new Version(1, 1, 0),
3131
Category = PluginCategory.Data,
3232
Authors = new List<string> { "FlowSynx" },
3333
Copyright = "© FlowSynx. All rights reserved.",

0 commit comments

Comments
 (0)