diff --git a/package.json b/package.json index aa74f19..c1f23fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-node-stream-pipes", - "version": "v1.3.3", + "version": "v1.4.0", "type": "module", "dependencies": { "csv-parse": "^5.5.5", diff --git a/spago.yaml b/spago.yaml index 27c5b52..55e4da6 100644 --- a/spago.yaml +++ b/spago.yaml @@ -1,7 +1,7 @@ package: name: node-stream-pipes publish: - version: '1.3.3' + version: '1.4.0' license: 'GPL-3.0-or-later' location: githubOwner: 'cakekindel'