Skip to content

Commit 47b45e6

Browse files
committed
Update JsonPlugin version to 1.1.1
Bump the version number of the JsonPlugin from 1.1.0 to 1.1.1. #8
1 parent 47a17d0 commit 47b45e6

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, 1, 0),
30+
Version = new Version(1, 1, 1),
3131
Category = PluginCategory.Data,
3232
Authors = new List<string> { "FlowSynx" },
3333
Copyright = "© FlowSynx. All rights reserved.",

0 commit comments

Comments
 (0)