Skip to content

Commit ec635c4

Browse files
committed
Update version and minimum flowsynx version required #12
1 parent 0974b89 commit ec635c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AzureBlobPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public PluginMetadata Metadata
2222
Name = "Azure.Blobs",
2323
CompanyName = "FlowSynx",
2424
Description = Resources.PluginDescription,
25-
Version = new Version(1, 0, 0),
25+
Version = new Version(1, 1, 0),
2626
Category = PluginCategory.Cloud,
2727
Authors = new List<string> { "FlowSynx" },
2828
Copyright = "© FlowSynx. All rights reserved.",
@@ -31,7 +31,7 @@ public PluginMetadata Metadata
3131
RepositoryUrl = "https://github.com/flowsynx/plugin-azure-blobs",
3232
ProjectUrl = "https://flowsynx.io",
3333
Tags = new List<string>() { "FlowSynx", "Azure", "Blobs", "Cloud" },
34-
MinimumFlowSynxVersion = new Version(1, 1, 0),
34+
MinimumFlowSynxVersion = new Version(1, 1, 1),
3535
};
3636
}
3737
}

0 commit comments

Comments
 (0)