diff --git a/src/Scoop.psd1 b/src/Scoop.psd1 index 4a1ce62..b55b421 100644 --- a/src/Scoop.psd1 +++ b/src/Scoop.psd1 @@ -4,8 +4,8 @@ CompatiblePSEditions = @('Desktop', 'Core') GUID = '7603664e-144c-4083-a51d-399df057a37d' Author = 'Thomas Nieto' - Copyright = '(c) 2023 Thomas Nieto. All rights reserved.' - Description = 'A PowerShell module for Scoop.' + Copyright = '(c) 2024 Thomas Nieto. All rights reserved.' + Description = 'An official PowerShell module for Scoop.' PowerShellVersion = '5.1' FunctionsToExport = @('Find-ScoopApp', 'Get-ScoopApp', 'Install-ScoopApp', 'Update-ScoopApp', 'Uninstall-ScoopApp', 'Get-ScoopBucket',