Skip to content

Commit 21dee81

Browse files
committed
0.6.1.0 β†’ 0.6.2.1
1 parent 4b100f7 commit 21dee81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žnpm/installβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
TAG=0.6.1.0
4+
TAG=0.6.2.1
55

66
# exit if there is evidence of installation
77
[ -e ./spago.tar.gz ] && exit 0;

β€Žnpm/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-spago",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "🍝 PureScript package manager and build tool powered by Dhall and Spacchetti package-sets",
55
"homepage": "https://github.com/spacchetti/spago",
66
"repository": {

β€Žpackage.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: spago
2-
version: 0.6.1.0
2+
version: 0.6.2.1
33
github: "spacchetti/spago"
44
license: BSD3
55
author: "Justin Woo, Fabrizio Ferrai"

0 commit comments

Comments
Β (0)