diff --git a/doc/ghrelnotes b/doc/ghrelnotes index 3f3f08a43..d601d89b8 100755 --- a/doc/ghrelnotes +++ b/doc/ghrelnotes @@ -121,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`): ``` cd ~ -curl https://github.com/simonmichael/hledger/releases/download/1.51/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip +curl https://github.com/simonmichael/hledger/releases/download/1.51.2/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin hledger --version; hledger-ui --version; hledger-web --version # should show $REL ``` diff --git a/doc/ghtestbinnotes.md b/doc/ghtestbinnotes.md index 09e030f52..acae7b269 100644 --- a/doc/ghtestbinnotes.md +++ b/doc/ghtestbinnotes.md @@ -1,6 +1,6 @@ Here you can find unreleased test binaries, which are updated occasionally. By using these and providing [feedback](https://hledger.org/support.html), you can help to make the next release better. -These binaries have the following changes since the 1.51.1 release: https://github.com/simonmichael/hledger/compare/1.51.1...testbin +These binaries have the following changes since the 1.51.2 release: https://github.com/simonmichael/hledger/compare/1.51.2...nightly