Skip to content

Commit 411e0e6

Browse files
committed
Update PostgreSqlPlugin version to 1.1.1
Bump the version number of the PostgreSqlPlugin from 1.1.0 to 1.1.1 to reflect the latest changes. #5
1 parent 3f8c601 commit 411e0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PostgreSqlPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal PostgreSqlPlugin(IReflectionGuard reflectionGuard)
2929
Name = "PostgreSql",
3030
CompanyName = "FlowSynx",
3131
Description = Resources.PluginDescription,
32-
Version = new Version(1, 1, 0),
32+
Version = new Version(1, 1, 1),
3333
Category = PluginCategory.Database,
3434
Authors = new List<string> { "FlowSynx" },
3535
Copyright = "© FlowSynx. All rights reserved.",

0 commit comments

Comments
 (0)