Skip to content

Commit 24a6961

Browse files
authored
0.6.2 (#163)
1 parent 01263f5 commit 24a6961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ env:
5151

5252
install:
5353
- TAG=v0.13.6
54-
- PSC_PACKAGE_TAG=v0.6.0
54+
- PSC_PACKAGE_TAG=v0.6.2
5555
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
5656
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
5757
- chmod a+x $HOME/purescript

psc-package.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: psc-package
2-
version: 0.6.0
2+
version: 0.6.2
33
synopsis: An experimental package manager for PureScript
44
description:
55
homepage: https://github.com/purescript/psc-package

0 commit comments

Comments
 (0)