We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7799587 commit f02bedcCopy full SHA for f02bedc
1 file changed
src/AmazonS3Plugin.cs
@@ -30,7 +30,7 @@ public PluginMetadata Metadata {
30
RepositoryUrl = "https://github.com/flowsynx/plugin-amazon-s3",
31
ProjectUrl = "https://flowsynx.io",
32
Tags = new List<string>() { "FlowSynx", "Amazon", "S3", "Cloud" },
33
- MinimumFlowSynxVersion = new Version(1, 1, 0),
+ MinimumFlowSynxVersion = new Version(1, 1, 1),
34
};
35
}
36
0 commit comments