updated description in comic en.json

This commit is contained in:
John Andrews
2022-08-03 09:49:58 +12:00
parent bb5e59b419
commit 341b887ce5
33 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
<Nullable>enable</Nullable>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<PublishSingleFile>true</PublishSingleFile>
<FileVersion>0.9.4.168</FileVersion>
<ProductVersion>0.9.4.168</ProductVersion>
<FileVersion>1.0.0.169</FileVersion>
<ProductVersion>1.0.0.169</ProductVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PublishTrimmed>true</PublishTrimmed>
<Company>FileFlows</Company>
+1 -1
View File
@@ -6,7 +6,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("ed1e2547-6f92-4bc8-ae49-fcd7c74e7e9c");
public string Name => "Meta Nodes";
public string MinimumVersion => "0.9.0.1487";
public string MinimumVersion => "1.0.0.1864";
public void Init() { }
}