From 17c7600d4cdfd461e4897adcebf06277ae500d99 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Jun 2017 23:06:50 +0100 Subject: [PATCH] site: download: bump version to 1.3 --- site/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/download.md b/site/download.md index d9355fc56..c10d83c28 100644 --- a/site/download.md +++ b/site/download.md @@ -50,7 +50,7 @@ You have to build it, but this is relatively easy: Eg if you're a bash user:\ `echo "export PATH=$PATH:~/.local/bin" >> ~/.bashrc && source ~/.bashrc` -2. **`stack install hledger-lib-1.2 hledger-1.2 [hledger-ui-1.2] [hledger-web-1.2] [hledger-api-1.2]`**\ +2. **`stack install hledger-lib-1.3 hledger-1.3 [hledger-ui-1.3] [hledger-web-1.3] [hledger-api-1.3]`**\ \ This command installs the latest hledger packages (and the haskell libraries and tools they depend on) from an [appropriate](https://www.stackage.org/package/hledger-lib)