diff --git a/Package/Chocolatey/smartcontextmenu.nuspec b/Package/Chocolatey/smartcontextmenu.nuspec
index 7d2a27e..fa3dbf9 100644
--- a/Package/Chocolatey/smartcontextmenu.nuspec
+++ b/Package/Chocolatey/smartcontextmenu.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 1.3.0
+ 1.3.1
https://github.com/AlexanderPro/SmartContextMenu/tree/master/Package/Chocolatey
AlexanderPro
diff --git a/Package/Chocolatey/tools/chocolateyinstall.ps1 b/Package/Chocolatey/tools/chocolateyinstall.ps1
index 55e25bc..4393ec0 100644
--- a/Package/Chocolatey/tools/chocolateyinstall.ps1
+++ b/Package/Chocolatey/tools/chocolateyinstall.ps1
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$packageName= 'smartcontextmenu'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
-$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.0/SmartContextMenu_v1.3.0.zip'
+$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.1/SmartContextMenu_v1.3.1.zip'
$packageArgs = @{
packageName = $packageName
@@ -9,7 +9,7 @@ $packageArgs = @{
fileType = 'zip'
url = $url
softwareName = 'SmartContextMenu*'
- checksum = '2dea006a19bccd5e1888212184d13c433415a91dade9a85e807d56c5a9be97ed'
+ checksum = '0da95204af02879ef869d5b64ca749088c15bad8e0829bfbb6e560a22c1c806c'
checksumType = 'sha256'
}