diff --git a/SLCommandScript.FileScriptsLoader/Properties/AssemblyInfo.cs b/SLCommandScript.FileScriptsLoader/Properties/AssemblyInfo.cs index ad7d065..965a27b 100644 --- a/SLCommandScript.FileScriptsLoader/Properties/AssemblyInfo.cs +++ b/SLCommandScript.FileScriptsLoader/Properties/AssemblyInfo.cs @@ -4,6 +4,6 @@ [assembly: AssemblyTitle(FileScriptsLoader.ProjectName)] [assembly: AssemblyDescription("Filesystem Scripts Loader for SL Command Script.")] [assembly: AssemblyProduct("SLCommandScript")] -[assembly: AssemblyCopyright("Copyright © 2023 " + FileScriptsLoader.ProjectAuthor)] +[assembly: AssemblyCopyright("Copyright © 2024 " + FileScriptsLoader.ProjectAuthor)] [assembly: AssemblyVersion(FileScriptsLoader.ProjectVersion)] [assembly: AssemblyFileVersion(FileScriptsLoader.ProjectVersion)] diff --git a/SLCommandScript/Properties/AssemblyInfo.cs b/SLCommandScript/Properties/AssemblyInfo.cs index 0eac906..49a806c 100644 --- a/SLCommandScript/Properties/AssemblyInfo.cs +++ b/SLCommandScript/Properties/AssemblyInfo.cs @@ -4,6 +4,6 @@ [assembly: AssemblyTitle(Plugin.PluginName)] [assembly: AssemblyDescription(Plugin.PluginDescription)] [assembly: AssemblyProduct(Plugin.PluginName)] -[assembly: AssemblyCopyright("Copyright © 2023 " + Plugin.PluginAuthor)] +[assembly: AssemblyCopyright("Copyright © 2024 " + Plugin.PluginAuthor)] [assembly: AssemblyVersion(Plugin.PluginVersion)] [assembly: AssemblyFileVersion(Plugin.PluginVersion)]