Skip to content

Commit

Permalink
0.6.0 → 0.6.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Dec 26, 2018
1 parent 2009c63 commit 62567e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

TAG=0.6.0.0
TAG=0.6.1.0

# exit if there is evidence of installation
[ -e ./spago.tar.gz ] && exit 0;
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-spago",
"version": "0.6.0",
"version": "0.6.1",
"description": "🍝 PureScript package manager and build tool powered by Dhall and Spacchetti package-sets",
"homepage": "https://github.com/spacchetti/spago",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spago
version: 0.6.0.0
version: 0.6.1.0
github: "spacchetti/spago"
license: BSD3
author: "Justin Woo, Fabrizio Ferrai"
Expand Down

0 comments on commit 62567e6

Please sign in to comment.