diff --git a/OpenHardwareMonitor/Properties/AssemblyInfo.cs b/OpenHardwareMonitor/Properties/AssemblyInfo.cs index 2e0993b8..34b65bba 100644 --- a/OpenHardwareMonitor/Properties/AssemblyInfo.cs +++ b/OpenHardwareMonitor/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ This Source Code Form is subject to the terms of the Mozilla Public [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Open Hardware Monitor")] -[assembly: AssemblyCopyright("Copyright © 2009-2021 Michael Möller et al")] +[assembly: AssemblyCopyright("Copyright © 2009-2022 Michael Möller et al")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: SupportedOSPlatform("windows")] diff --git a/OpenHardwareMonitorLib/Properties/AssemblyInfo.cs b/OpenHardwareMonitorLib/Properties/AssemblyInfo.cs index 2b441bba..725a23cf 100644 --- a/OpenHardwareMonitorLib/Properties/AssemblyInfo.cs +++ b/OpenHardwareMonitorLib/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ This Source Code Form is subject to the terms of the Mozilla Public [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Open Hardware Monitor")] -[assembly: AssemblyCopyright("Copyright © 2009-2021 Michael Möller et al")] +[assembly: AssemblyCopyright("Copyright © 2009-2022 Michael Möller et al")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: SupportedOSPlatform("windows")] diff --git a/OpenHardwareMonitorReport/Properties/AssemblyInfo.cs b/OpenHardwareMonitorReport/Properties/AssemblyInfo.cs index 950db282..8515ec4a 100644 --- a/OpenHardwareMonitorReport/Properties/AssemblyInfo.cs +++ b/OpenHardwareMonitorReport/Properties/AssemblyInfo.cs @@ -18,7 +18,7 @@ This Source Code Form is subject to the terms of the Mozilla Public [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Open Hardware Monitor")] -[assembly: AssemblyCopyright("Copyright © 2009-2018 Michael Möller and contributors")] +[assembly: AssemblyCopyright("Copyright © 2009-2022 Michael Möller and contributors")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Properties/AssemblyVersion.cs b/Properties/AssemblyVersion.cs index c41fa836..3515b253 100644 --- a/Properties/AssemblyVersion.cs +++ b/Properties/AssemblyVersion.cs @@ -10,5 +10,5 @@ This Source Code Form is subject to the terms of the Mozilla Public using System.Reflection; -[assembly: AssemblyVersion("0.10.1.2")] -[assembly: AssemblyInformationalVersion("0.10.1-alpha2")] +[assembly: AssemblyVersion("0.10.1.3")] +[assembly: AssemblyInformationalVersion("0.10.1-alpha3")]