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