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

View File

@@ -5,8 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<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>

View File

@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("5be72267-7574-4ba9-a958-f3dda0d6c2dc");
public string Name => "Plex";
public string MinimumVersion => "0.9.0.1487";
public string MinimumVersion => "1.0.0.1864";
public void Init()
{