diff --git a/logseq/legal/VERIFICATION.txt b/logseq/legal/VERIFICATION.txt index 65ea5c1..e9f07d1 100644 --- a/logseq/legal/VERIFICATION.txt +++ b/logseq/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://github.com/logseq/logseq/releases/download/0.9.19/Logseq-win-x64-0.9.19.exe + x32: https://github.com/logseq/logseq/releases/download/0.9.20/Logseq-win-x64-0.9.20.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: CA6DFB7BCA42A12463E14356F5FD1A4AB7C7655C8E4B6EE317241394D44D17D0 + checksum32: 7387EBCFDB65BEE7F267FF1332CD2B66CF3CD1AEFB48B49F289D8EAFBD0701F3 File 'license.txt' is obtained from: https://github.com/logseq/logseq/blob/master/LICENSE.md diff --git a/logseq/logseq.nuspec b/logseq/logseq.nuspec index 196b591..76dbd71 100644 --- a/logseq/logseq.nuspec +++ b/logseq/logseq.nuspec @@ -3,7 +3,7 @@ logseq - 0.9.19 + 0.9.20 https://github.com/w0/au-packages/tree/master/logseq wizard logseq @@ -26,7 +26,7 @@ The server will never store or analyze your private notes. Your data are plain t In the unlikely event that the website is down or cannot be maintained, your data is, and will always be yours. ]]> - https://github.com/logseq/logseq/releases/tag/0.9.19 + https://github.com/logseq/logseq/releases/tag/0.9.20 diff --git a/logseq/tools/chocolateyinstall.ps1 b/logseq/tools/chocolateyinstall.ps1 index 0d3804a..2e62b9b 100644 --- a/logseq/tools/chocolateyinstall.ps1 +++ b/logseq/tools/chocolateyinstall.ps1 @@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $softwareName = 'Logseq' -$version = '0.9.19' +$version = '0.9.20' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "Logseq $version is already installed." return