From 24a696131bca63513a84d0a9b691f773c7b37069 Mon Sep 17 00:00:00 2001 From: Justin Woo Date: Sun, 9 Feb 2020 00:01:26 +0200 Subject: [PATCH] 0.6.2 (#163) --- docs/installation.md | 2 +- psc-package.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 7b17984..43eb5ab 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -51,7 +51,7 @@ env: install: - TAG=v0.13.6 - - PSC_PACKAGE_TAG=v0.6.0 + - PSC_PACKAGE_TAG=v0.6.2 - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz - tar -xvf $HOME/purescript.tar.gz -C $HOME/ - chmod a+x $HOME/purescript diff --git a/psc-package.cabal b/psc-package.cabal index e2fdc70..c348de6 100644 --- a/psc-package.cabal +++ b/psc-package.cabal @@ -1,5 +1,5 @@ name: psc-package -version: 0.6.0 +version: 0.6.2 synopsis: An experimental package manager for PureScript description: homepage: https://github.com/purescript/psc-package