We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a17d0 commit 47b45e6Copy full SHA for 47b45e6
1 file changed
src/JsonPlugin.cs
@@ -27,7 +27,7 @@ internal JsonPlugin(IGuidProvider guidProvider, IReflectionGuard reflectionGuard
27
Name = "Json",
28
CompanyName = "FlowSynx",
29
Description = Resources.PluginDescription,
30
- Version = new Version(1, 1, 0),
+ Version = new Version(1, 1, 1),
31
Category = PluginCategory.Data,
32
Authors = new List<string> { "FlowSynx" },
33
Copyright = "© FlowSynx. All rights reserved.",
0 commit comments