Skip to content

Commit 62567e6

Browse files
authored
0.6.0 β†’ 0.6.1 (#61)
1 parent 2009c63 commit 62567e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž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.0.0
4+
TAG=0.6.1.0
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.0",
3+
"version": "0.6.1",
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.0.0
2+
version: 0.6.1.0
33
github: "spacchetti/spago"
44
license: BSD3
55
author: "Justin Woo, Fabrizio Ferrai"

0 commit comments

Comments
Β (0)