Skip to content

Commit

Permalink
0.6.2 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Feb 8, 2020
1 parent 01263f5 commit 24a6961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion psc-package.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24a6961

Please sign in to comment.